[PATCH] hwmon: hwmon vs i2c, second round (09/11)
authorJean Delvare <khali@linux-fr.org>
Sun, 31 Jul 2005 19:57:33 +0000 (21:57 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:14:23 +0000 (09:14 -0700)
Delete DEFAULT_VRM from hwmon-vid.h, it has no more users.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/hwmon-vid.h

index c45cd872c55e1025fc0923028ac814e5ce8ca5a7..6d9d4f9bad58d5293dbcf2b15582f563c616347e 100644 (file)
@@ -53,8 +53,6 @@
 
 int vid_which_vrm(void);
 
-#define DEFAULT_VRM    82
-
 static inline int vid_from_reg(int val, int vrm)
 {
        int vid;