Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae23f9b1 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Linus Walleij
Browse files

pinctrl: i.MX27: Remove unused structure definition



struct imx27_pinctrl_private is not used in the driver.
Remove this definition.

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4877e51e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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);