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:
Bill Pemberton
2012-11-19 13:24:27 -05:00
کامیت شده توسط Greg Kroah-Hartman
والد 2a36f08636
کامیت 99688ed774
14فایلهای تغییر یافته به همراه14 افزوده شده و 14 حذف شده

مشاهده پرونده

@@ -998,7 +998,7 @@ static int __devexit pcs_remove(struct platform_device *pdev)
return 0;
}
static struct of_device_id pcs_of_match[] __devinitdata = {
static struct of_device_id pcs_of_match[] = {
{ .compatible = DRIVER_NAME, },
{ },
};