diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2012-12-15 23:51:18 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-01-25 09:24:25 +0900 |
commit | 56dc04af3b5e54be330e18630301d2bda5d365eb (patch) | |
tree | 947f3d428b356bd8602d227a706e7e9e171dfcae /include/linux/sh_pfc.h | |
parent | 8682b3c522c639f3a0de31c86bb91f2f9a6c76cb (diff) | |
download | op-kernel-dev-56dc04af3b5e54be330e18630301d2bda5d365eb.zip op-kernel-dev-56dc04af3b5e54be330e18630301d2bda5d365eb.tar.gz |
sh-pfc: Remove unused resource and num_resources platform data fields
The fields are now unused, remove them.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/linux/sh_pfc.h')
-rw-r--r-- | include/linux/sh_pfc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sh_pfc.h b/include/linux/sh_pfc.h index fa1fec0..4f94233 100644 --- a/include/linux/sh_pfc.h +++ b/include/linux/sh_pfc.h @@ -111,9 +111,6 @@ struct sh_pfc_platform_data { struct pinmux_irq *gpio_irq; unsigned int gpio_irq_size; - struct resource *resource; - unsigned int num_resources; - unsigned long unlock_reg; }; |