mfd: lpc_ich: Staticize struct 'lpc_chipset_info'
authorJingoo Han <jg1.han@samsung.com>
Thu, 1 Aug 2013 01:59:11 +0000 (10:59 +0900)
committerLee Jones <lee.jones@linaro.org>
Thu, 1 Aug 2013 08:55:21 +0000 (09:55 +0100)
commita1ca138ff05f1f7b5f752fae0df6e34f0f58f16c
tree62ee2109030508f3a422452a12f7f1affa265534
parented6ccdc67f0722dfe817ebb2e16ccc8d2c30187a
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 <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lpc_ich.c