From: Shubhrajyoti D Date: Wed, 23 Nov 2011 10:33:07 +0000 (+0100) Subject: i2c: Make i2cdev_notifier_call static X-Git-Tag: v3.2-rc3~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff245c82f115059648cdce95dd68bb940f2b006;p=pandora-kernel.git 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 Signed-off-by: Jean Delvare --- Reading git-diff-tree failed