From a1ca138ff05f1f7b5f752fae0df6e34f0f58f16c Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Thu, 1 Aug 2013 10:59:11 +0900 Subject: [PATCH] mfd: lpc_ich: Staticize struct 'lpc_chipset_info' 'lpc_chipset_info' is used only in this file. Fix the following sparse warning: drivers/mfd/lpc_ich.c:216:21: warning: symbol 'lpc_chipset_info' was not declared. Should it be static? Signed-off-by: Jingoo Han Signed-off-by: Lee Jones --- Reading git-format-patch failed