diff options
Diffstat (limited to 'drivers/hwmon/atxp1.c')
-rw-r--r-- | drivers/hwmon/atxp1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/atxp1.c b/drivers/hwmon/atxp1.c index 5f79f07a4ab8..ced54189a579 100644 --- a/drivers/hwmon/atxp1.c +++ b/drivers/hwmon/atxp1.c | |||
@@ -42,7 +42,6 @@ MODULE_AUTHOR("Sebastian Witt <se.witt@gmx.net>"); | |||
42 | #define ATXP1_GPIO1MASK 0x0f | 42 | #define ATXP1_GPIO1MASK 0x0f |
43 | 43 | ||
44 | static unsigned short normal_i2c[] = { 0x37, 0x4e, I2C_CLIENT_END }; | 44 | static unsigned short normal_i2c[] = { 0x37, 0x4e, I2C_CLIENT_END }; |
45 | static unsigned int normal_isa[] = { I2C_CLIENT_ISA_END }; | ||
46 | 45 | ||
47 | SENSORS_INSMOD_1(atxp1); | 46 | SENSORS_INSMOD_1(atxp1); |
48 | 47 | ||