ChangeSet 1.2325, 2005/03/31 14:06:09-08:00, [EMAIL PROTECTED]

[PATCH] I2C: Cleanup adm1021 unused defines

While working on the adm1021 driver, I found that this driver has a
number of unused (and useless) defines we could get rid of.

Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>


 drivers/i2c/chips/adm1021.c |   12 ------------
 1 files changed, 12 deletions(-)


diff -Nru a/drivers/i2c/chips/adm1021.c b/drivers/i2c/chips/adm1021.c
--- a/drivers/i2c/chips/adm1021.c       2005-03-31 15:19:00 -08:00
+++ b/drivers/i2c/chips/adm1021.c       2005-03-31 15:19:00 -08:00
@@ -28,18 +28,6 @@
 #include <linux/i2c-sensor.h>
 
 
-/* Registers */
-#define ADM1021_SYSCTL_TEMP            1200
-#define ADM1021_SYSCTL_REMOTE_TEMP     1201
-#define ADM1021_SYSCTL_DIE_CODE                1202
-#define ADM1021_SYSCTL_ALARMS          1203
-
-#define ADM1021_ALARM_TEMP_HIGH                0x40
-#define ADM1021_ALARM_TEMP_LOW         0x20
-#define ADM1021_ALARM_RTEMP_HIGH       0x10
-#define ADM1021_ALARM_RTEMP_LOW                0x08
-#define ADM1021_ALARM_RTEMP_NA         0x04
-
 /* Addresses to scan */
 static unsigned short normal_i2c[] = { 0x18, 0x19, 0x1a,
                                        0x29, 0x2a, 0x2b,

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to