diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 19:24:27 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 20:55:55 +0100 |
commit | 99688ed7744614373e9a13187179319afe3c8db2 (patch) | |
tree | a09c75f14e96daf9d0095f07087816cd8f08d36a /drivers/pinctrl/spear/pinctrl-spear320.c | |
parent | pinctrl: remove use of __devexit_p (diff) | |
download | linux-99688ed7744614373e9a13187179319afe3c8db2.tar.xz linux-99688ed7744614373e9a13187179319afe3c8db2.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | drivers/pinctrl/spear/pinctrl-spear320.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/spear/pinctrl-spear320.c b/drivers/pinctrl/spear/pinctrl-spear320.c index 92df44e6eb39..d154cba00898 100644 --- a/drivers/pinctrl/spear/pinctrl-spear320.c +++ b/drivers/pinctrl/spear/pinctrl-spear320.c @@ -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", }, |