From 94e44413cdda7b1b838a4c508a4eca0cdd5e7a18 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Fri, 6 Sep 2013 14:05:43 +0200 Subject: [PATCH] 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-format-patch failed