From: H. Peter Anvin Date: Sat, 14 Aug 2010 19:09:02 +0000 (+0200) Subject: hwmon: (via-cputemp) Remove bogus "SHOW" global variable X-Git-Tag: v2.6.36-rc1~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f279941863f0d39fa8285b84449b52b8286a254b;p=pandora-kernel.git 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 Acked-by: Harald Welte Cc: Juerg Haefliger Signed-off-by: Jean Delvare --- Reading git-diff-tree failed