From ee70d3a33368038d41985474d9e70ac07f19651c Mon Sep 17 00:00:00 2001
From: Jean Delvare <khali@linux-fr.org>
Date: Sun, 31 Jul 2005 21:57:33 +0200
Subject: [PATCH] [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>
---
 include/linux/hwmon-vid.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/hwmon-vid.h b/include/linux/hwmon-vid.h
index c45cd872c55e1..6d9d4f9bad58d 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;
-- 
GitLab