hwmon: (jz4740) Staticise jz4740_hwmon_driver
It is not used outside this driver so no need to make the symbol global. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
This commit is contained in:
@@ -203,7 +203,7 @@ static int __devexit jz4740_hwmon_remove(struct platform_device *pdev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct platform_driver jz4740_hwmon_driver = {
|
static struct platform_driver jz4740_hwmon_driver = {
|
||||||
.probe = jz4740_hwmon_probe,
|
.probe = jz4740_hwmon_probe,
|
||||||
.remove = __devexit_p(jz4740_hwmon_remove),
|
.remove = __devexit_p(jz4740_hwmon_remove),
|
||||||
.driver = {
|
.driver = {
|
||||||
|
Reference in New Issue
Block a user