pinctrl: i.MX27: Remove unused structure definition
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 3 Jun 2014 16:34:14 +0000 (20:34 +0400)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Jul 2014 12:08:26 +0000 (14:08 +0200)
struct imx27_pinctrl_private is not used in the driver.
Remove this definition.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-imx27.c

index 417c99205bc25acc2388009b154011df74824a04..27ae7ce1b0d46cbbf3a19e6b45c0d158aad38ecc 100644 (file)
@@ -440,12 +440,6 @@ static struct of_device_id imx27_pinctrl_of_match[] = {
        { /* sentinel */ }
 };
 
-struct imx27_pinctrl_private {
-       int num_gpio_childs;
-       struct platform_device **gpio_dev;
-       struct mxc_gpio_platform_data *gpio_pdata;
-};
-
 static int imx27_pinctrl_probe(struct platform_device *pdev)
 {
        return imx1_pinctrl_core_probe(pdev, &imx27_pinctrl_info);