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
@@ -2428,7 +2428,7 @@ static struct spear_pinctrl_machdata spear1310_machdata = {
|
||||
.modes_supported = false,
|
||||
};
|
||||
|
||||
static struct of_device_id spear1310_pinctrl_of_match[] __devinitdata = {
|
||||
static struct of_device_id spear1310_pinctrl_of_match[] = {
|
||||
{
|
||||
.compatible = "st,spear1310-pinmux",
|
||||
},
|
||||
|
@@ -1981,7 +1981,7 @@ static struct spear_pinctrl_machdata spear1340_machdata = {
|
||||
.modes_supported = false,
|
||||
};
|
||||
|
||||
static struct of_device_id spear1340_pinctrl_of_match[] __devinitdata = {
|
||||
static struct of_device_id spear1340_pinctrl_of_match[] = {
|
||||
{
|
||||
.compatible = "st,spear1340-pinmux",
|
||||
},
|
||||
|
@@ -646,7 +646,7 @@ static struct spear_function *spear300_functions[] = {
|
||||
&gpio1_function,
|
||||
};
|
||||
|
||||
static struct of_device_id spear300_pinctrl_of_match[] __devinitdata = {
|
||||
static struct of_device_id spear300_pinctrl_of_match[] = {
|
||||
{
|
||||
.compatible = "st,spear300-pinmux",
|
||||
},
|
||||
|
@@ -371,7 +371,7 @@ static struct spear_function *spear310_functions[] = {
|
||||
&tdm_function,
|
||||
};
|
||||
|
||||
static struct of_device_id spear310_pinctrl_of_match[] __devinitdata = {
|
||||
static struct of_device_id spear310_pinctrl_of_match[] = {
|
||||
{
|
||||
.compatible = "st,spear310-pinmux",
|
||||
},
|
||||
|
@@ -3410,7 +3410,7 @@ static struct spear_function *spear320_functions[] = {
|
||||
&i2c2_function,
|
||||
};
|
||||
|
||||
static struct of_device_id spear320_pinctrl_of_match[] __devinitdata = {
|
||||
static struct of_device_id spear320_pinctrl_of_match[] = {
|
||||
{
|
||||
.compatible = "st,spear320-pinmux",
|
||||
},
|
||||
|
مرجع در شماره جدید
Block a user