mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 07:38:10 +00:00
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>
This commit is contained in:
parent
ed6ccdc67f
commit
a1ca138ff0
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ enum lpc_chipsets {
|
||||||
LPC_COLETO, /* Coleto Creek */
|
LPC_COLETO, /* Coleto Creek */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct lpc_ich_info lpc_chipset_info[] = {
|
static struct lpc_ich_info lpc_chipset_info[] = {
|
||||||
[LPC_ICH] = {
|
[LPC_ICH] = {
|
||||||
.name = "ICH",
|
.name = "ICH",
|
||||||
.iTCO_version = 1,
|
.iTCO_version = 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue