pinctrl: 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> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Viresh Kumar <viresh.linux@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

کامیت شده توسط
Greg Kroah-Hartman

والد
2a36f08636
کامیت
99688ed774
@@ -1286,7 +1286,7 @@ static struct imx_pinctrl_soc_info imx51_pinctrl_info = {
|
||||
.npin_regs = ARRAY_SIZE(imx51_pin_regs),
|
||||
};
|
||||
|
||||
static struct of_device_id imx51_pinctrl_of_match[] __devinitdata = {
|
||||
static struct of_device_id imx51_pinctrl_of_match[] = {
|
||||
{ .compatible = "fsl,imx51-iomuxc", },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
مرجع در شماره جدید
Block a user