linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 1/2] pinctrl: i.MX27: Remove unused structure definition
@ 2014-06-03 16:34 Alexander Shiyan
  2014-06-03 16:34 ` [PATCH RESEND 2/2] pinctrl: i.MX27: Remove nonexistent pad definitions Alexander Shiyan
  2014-07-04 21:50 ` [PATCH RESEND 1/2] pinctrl: i.MX27: Remove unused structure definition Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Shiyan @ 2014-06-03 16:34 UTC (permalink / raw)
  To: linux-gpio
  Cc: Sascha Hauer, Linus Walleij, Alexander Shiyan, Shawn Guo,
	linux-arm-kernel

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

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 drivers/pinctrl/pinctrl-imx27.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-imx27.c b/drivers/pinctrl/pinctrl-imx27.c
index 417c992..27ae7ce 100644
--- a/drivers/pinctrl/pinctrl-imx27.c
+++ b/drivers/pinctrl/pinctrl-imx27.c
@@ -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);
-- 
1.8.5.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-04 21:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 16:34 [PATCH RESEND 1/2] pinctrl: i.MX27: Remove unused structure definition Alexander Shiyan
2014-06-03 16:34 ` [PATCH RESEND 2/2] pinctrl: i.MX27: Remove nonexistent pad definitions Alexander Shiyan
2014-07-04 21:51   ` Linus Walleij
2014-07-04 21:50 ` [PATCH RESEND 1/2] pinctrl: i.MX27: Remove unused structure definition Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).