pinctrl: i.MX27: Remove unused structure definition
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>
This commit is contained in:
parent
4877e51ed7
commit
ae23f9b1af
1 changed files with 0 additions and 6 deletions
|
@ -440,12 +440,6 @@ static struct of_device_id imx27_pinctrl_of_match[] = {
|
||||||
{ /* sentinel */ }
|
{ /* 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)
|
static int imx27_pinctrl_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
return imx1_pinctrl_core_probe(pdev, &imx27_pinctrl_info);
|
return imx1_pinctrl_core_probe(pdev, &imx27_pinctrl_info);
|
||||||
|
|
Loading…
Add table
Reference in a new issue