mfd: remove use of __devinitdata
CONFIG_HOTPLUG is going away as an option so __devinitdata is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Cc: Peter Tyser <ptyser@xes-inc.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
f791be492f
commit
a9e9ce4c41
@@ -196,7 +196,7 @@ enum lpc_chipsets {
|
||||
LPC_LPT_LP, /* Lynx Point-LP */
|
||||
};
|
||||
|
||||
struct lpc_ich_info lpc_chipset_info[] __devinitdata = {
|
||||
struct lpc_ich_info lpc_chipset_info[] = {
|
||||
[LPC_ICH] = {
|
||||
.name = "ICH",
|
||||
.iTCO_version = 1,
|
||||
|
Reference in New Issue
Block a user