]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: Make i2cdev_notifier_call static
authorShubhrajyoti D <shubhrajyoti@ti.com>
Wed, 23 Nov 2011 23:32:38 +0000 (10:32 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 23 Nov 2011 23:32:38 +0000 (10:32 +1100)
commit5925767b5e216522bba0cefc39e7e9201ac0329b
tree4c4b9d3b48ec1b551a1a76be8ae005fd5235e616
parent1e650941cd6b140bbae149263a7f08b01778084f
i2c: Make i2cdev_notifier_call static

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>
drivers/i2c/i2c-dev.c