]> bbs.cooldavid.org Git - net-next-2.6.git/commit
hwmon: (via-cputemp) Remove bogus "SHOW" global variable
authorH. Peter Anvin <hpa@linux.intel.com>
Sat, 14 Aug 2010 19:09:02 +0000 (21:09 +0200)
committerJean Delvare <khali@linux-fr.org>
Sat, 14 Aug 2010 19:09:02 +0000 (21:09 +0200)
commitf279941863f0d39fa8285b84449b52b8286a254b
treeb20832d72e2049de235423ce97d493e470c0ecb9
parent4bd2691d6ce37e04a965eede12dc05dd62d3a294
hwmon: (via-cputemp) Remove bogus "SHOW" global variable

The via-cputemp hwmon driver was probably intending "typedef enum {
... } SHOW;", but the "typedef" was missing creating a global variable
named "SHOW".  There is absolutely no reason to have this in the
global namespace.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Acked-by: Harald Welte <HaraldWelte@viatech.com>
Cc: Juerg Haefliger <juergh@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/via-cputemp.c