diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-07-31 21:57:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-05 09:14:23 -0700 |
commit | ee70d3a33368038d41985474d9e70ac07f19651c (patch) | |
tree | e7ed65759dcd3eab4d094ef1030906a1cfab1f2e /include | |
parent | da97a5a3279340462e8be6612feabc4b28883f87 (diff) | |
download | linux-3.10-ee70d3a33368038d41985474d9e70ac07f19651c.tar.gz linux-3.10-ee70d3a33368038d41985474d9e70ac07f19651c.tar.bz2 linux-3.10-ee70d3a33368038d41985474d9e70ac07f19651c.zip |
[PATCH] hwmon: hwmon vs i2c, second round (09/11)
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hwmon-vid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/hwmon-vid.h b/include/linux/hwmon-vid.h index c45cd872c55..6d9d4f9bad5 100644 --- a/include/linux/hwmon-vid.h +++ b/include/linux/hwmon-vid.h @@ -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; |