aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pcf8591.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-12-14 21:17:26 +0100
committerJean Delvare <khali@linux-fr.org>2009-12-14 21:17:26 +0100
commit1f86df49ddfd0067cce941187d57b2fd2f749a9e (patch)
treea8357108c8be9e39d040e71d473df4a8f46550da /drivers/hwmon/pcf8591.c
parentc3813d6af177fab19e322f3114b1f64fbcf08d71 (diff)
downloadkernel_samsung_smdk4412-1f86df49ddfd0067cce941187d57b2fd2f749a9e.zip
kernel_samsung_smdk4412-1f86df49ddfd0067cce941187d57b2fd2f749a9e.tar.gz
kernel_samsung_smdk4412-1f86df49ddfd0067cce941187d57b2fd2f749a9e.tar.bz2
i2c: Drop I2C_CLIENT_INSMOD_1
This macro simply declares an enum, so drivers might as well declare it themselves. Signed-off-by: Jean Delvare <khali@linux-fr.org> Tested-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'drivers/hwmon/pcf8591.c')
-rw-r--r--drivers/hwmon/pcf8591.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/pcf8591.c b/drivers/hwmon/pcf8591.c
index c19e61b..d4478794 100644
--- a/drivers/hwmon/pcf8591.c
+++ b/drivers/hwmon/pcf8591.c
@@ -29,7 +29,6 @@ static const unsigned short normal_i2c[] = { 0x48, 0x49, 0x4a, 0x4b, 0x4c,
0x4d, 0x4e, 0x4f, I2C_CLIENT_END };
/* Insmod parameters */
-I2C_CLIENT_INSMOD_1(pcf8591);
static int input_mode;
module_param(input_mode, int, 0);