From: Guenter Roeck Date: Fri, 6 Sep 2013 12:05:43 +0000 (+0200) Subject: hwmon: (emc6w201) Do not declare enum variable X-Git-Tag: v3.12-rc1~110^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e44413cdda7b1b838a4c508a4eca0cdd5e7a18;p=pandora-kernel.git hwmon: (emc6w201) Do not declare enum variable Fix the following smatch warning: emc6w201.c:52:26: warning: symbol 'subfeature' was not declared. Should it be static? 'enum { } subtype' declares an enum as (global) variable which we don't want. Signed-off-by: Guenter Roeck Signed-off-by: Jean Delvare --- Reading git-diff-tree failed