Skip to content

Commit

Permalink
pinctrl: i.MX27: Remove unused structure definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Shiyan authored and Linus Walleij committed Jul 11, 2014
1 parent 4877e51 commit ae23f9b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/pinctrl/pinctrl-imx27.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ae23f9b

Please sign in to comment.