git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6782002
)
i2c: Make i2cdev_notifier_call static
author
Shubhrajyoti D
<shubhrajyoti@ti.com>
Wed, 23 Nov 2011 10:33:07 +0000
(11:33 +0100)
committer
Jean Delvare
<khali@endymion.delvare>
Wed, 23 Nov 2011 10:33:07 +0000
(11:33 +0100)
The function i2cdev_notifier_call is used only in i2c-dev file
making it static.
Also removes the following sparse warning
drivers/i2c/i2c-dev.c:582:5: warning: symbol 'i2cdev_notifier_call'
was not declared. Should it be static?
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
No differences found