pinctrl: remove use of __devinitdata
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:24:27 +0000 (13:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Nov 2012 19:55:55 +0000 (11:55 -0800)
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>
14 files changed:
drivers/pinctrl/pinctrl-imx23.c
drivers/pinctrl/pinctrl-imx28.c
drivers/pinctrl/pinctrl-imx35.c
drivers/pinctrl/pinctrl-imx51.c
drivers/pinctrl/pinctrl-imx53.c
drivers/pinctrl/pinctrl-imx6q.c
drivers/pinctrl/pinctrl-single.c
drivers/pinctrl/pinctrl-tegra20.c
drivers/pinctrl/pinctrl-tegra30.c
drivers/pinctrl/spear/pinctrl-spear1310.c
drivers/pinctrl/spear/pinctrl-spear1340.c
drivers/pinctrl/spear/pinctrl-spear300.c
drivers/pinctrl/spear/pinctrl-spear310.c
drivers/pinctrl/spear/pinctrl-spear320.c

index 67e1b3bb70daf8aca421ccd13c3038ea3b196d51..04364f7822b78a6c9589808f733bb10c2e0f0691 100644 (file)
@@ -272,7 +272,7 @@ static int __devinit imx23_pinctrl_probe(struct platform_device *pdev)
        return mxs_pinctrl_probe(pdev, &imx23_pinctrl_data);
 }
 
-static struct of_device_id imx23_pinctrl_of_match[] __devinitdata = {
+static struct of_device_id imx23_pinctrl_of_match[] = {
        { .compatible = "fsl,imx23-pinctrl", },
        { /* sentinel */ }
 };
index feeb4b9f802a28ffe42bb66b86ab0b8a5a508c49..e1af2ba89004700e3ef27b3d24d72a9d673df542 100644 (file)
@@ -388,7 +388,7 @@ static int __devinit imx28_pinctrl_probe(struct platform_device *pdev)
        return mxs_pinctrl_probe(pdev, &imx28_pinctrl_data);
 }
 
-static struct of_device_id imx28_pinctrl_of_match[] __devinitdata = {
+static struct of_device_id imx28_pinctrl_of_match[] = {
        { .compatible = "fsl,imx28-pinctrl", },
        { /* sentinel */ }
 };
index a88d087ac0dd239dfc697cbee714e00ee52b02b2..1dbf5278acecf9d8979f1e425b5aa1470c262ab9 100644 (file)
@@ -1559,7 +1559,7 @@ static struct imx_pinctrl_soc_info imx35_pinctrl_info = {
        .npin_regs = ARRAY_SIZE(imx35_pin_regs),
 };
 
-static struct of_device_id imx35_pinctrl_of_match[] __devinitdata = {
+static struct of_device_id imx35_pinctrl_of_match[] = {
        { .compatible = "fsl,imx35-iomuxc", },
        { /* sentinel */ }
 };
index 5c489487a054b53992a4448d5520554e976ee262..131216558a7b32b4d871b8aa4d5cfc83e98d86d4 100644 (file)
@@ -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 */ }
 };
index 8e5c15f708953cc3860638ab066235553414d59d..ec404869177573e86ce8be7798526ef724d8c284 100644 (file)
@@ -1613,7 +1613,7 @@ static struct imx_pinctrl_soc_info imx53_pinctrl_info = {
        .npin_regs = ARRAY_SIZE(imx53_pin_regs),
 };
 
-static struct of_device_id imx53_pinctrl_of_match[] __devinitdata = {
+static struct of_device_id imx53_pinctrl_of_match[] = {
        { .compatible = "fsl,imx53-iomuxc", },
        { /* sentinel */ }
 };
index 831dae675330792ba0914c382734d82545818284..844ab13c93a3254c5048e2aa60ec0f3cc0c0af06 100644 (file)
@@ -2297,7 +2297,7 @@ static struct imx_pinctrl_soc_info imx6q_pinctrl_info = {
        .npin_regs = ARRAY_SIZE(imx6q_pin_regs),
 };
 
-static struct of_device_id imx6q_pinctrl_of_match[] __devinitdata = {
+static struct of_device_id imx6q_pinctrl_of_match[] = {
        { .compatible = "fsl,imx6q-iomuxc", },
        { /* sentinel */ }
 };
index a0d9584a08f7c309e4f07753da0dc0d26e4bf517..2e7cbb9b0c91f3224eecaed0509ef64b59ea82b9 100644 (file)
@@ -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, },
        { },
 };
index e749dedd8edb1e748304c9aed3436bdb11099770..1524bfd666028d9d638bb09d747f4c065c24f4d9 100644 (file)
@@ -2861,7 +2861,7 @@ static int __devinit tegra20_pinctrl_probe(struct platform_device *pdev)
        return tegra_pinctrl_probe(pdev, &tegra20_pinctrl);
 }
 
-static struct of_device_id tegra20_pinctrl_of_match[] __devinitdata = {
+static struct of_device_id tegra20_pinctrl_of_match[] = {
        { .compatible = "nvidia,tegra20-pinmux", },
        { },
 };
index dc1e229b05fd71fcc95ccb0fdea1fbda8bf2260c..cf579ebf346f9c1b6a5ffebefbe576e16f304f4a 100644 (file)
@@ -3727,7 +3727,7 @@ static int __devinit tegra30_pinctrl_probe(struct platform_device *pdev)
        return tegra_pinctrl_probe(pdev, &tegra30_pinctrl);
 }
 
-static struct of_device_id tegra30_pinctrl_of_match[] __devinitdata = {
+static struct of_device_id tegra30_pinctrl_of_match[] = {
        { .compatible = "nvidia,tegra30-pinmux", },
        { },
 };
index c256777bb957155391a19bb4f20eb5e64b7c83da..1df013d2abfbfae0b8cf78877a4f0956d4a75c65 100644 (file)
@@ -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",
        },
index b9f72948c05daec52765e8d263c23f54d701a5da..5ef9801ea084fd111228e332824030be05fcc077 100644 (file)
@@ -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",
        },
index 55fddb2c5a6e16469b9fbb1f7b2d68a4497483e6..6652fcd39fcc133a47759d4872748107a73c9bca 100644 (file)
@@ -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",
        },
index 53b27ca5f22d655abc191d1f4a96355e965bc8ec..6066e795d0b35f3287ce116fa8dc2468e8cb8ad6 100644 (file)
@@ -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",
        },
index 92df44e6eb390f717a3bc04a3b8fa2b2d7f4271e..d154cba00898f7311b2346445c58e1d5be1f0662 100644 (file)
@@ -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",
        },
This page took 0.070996 seconds and 5 git commands to generate.