projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b57d76
)
hwmon: (jz4740) Staticise jz4740_hwmon_driver
author
Axel Lin
<axel.lin@gmail.com>
Thu, 8 Dec 2011 13:33:37 +0000
(08:33 -0500)
committer
Guenter Roeck
<guenter.roeck@ericsson.com>
Mon, 12 Dec 2011 16:31:21 +0000
(08:31 -0800)
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>
drivers/hwmon/jz4740-hwmon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/jz4740-hwmon.c
b/drivers/hwmon/jz4740-hwmon.c
index 3d7e590d57b71106ed1e2c6f4311a5cbae163501..5253d23361d91a4e93eefb00021bcd3ae4f9915f 100644
(file)
--- a/
drivers/hwmon/jz4740-hwmon.c
+++ b/
drivers/hwmon/jz4740-hwmon.c
@@
-203,7
+203,7
@@
static int __devexit jz4740_hwmon_remove(struct platform_device *pdev)
return 0;
}
-struct platform_driver jz4740_hwmon_driver = {
+st
atic st
ruct platform_driver jz4740_hwmon_driver = {
.probe = jz4740_hwmon_probe,
.remove = __devexit_p(jz4740_hwmon_remove),
.driver = {