diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-11-12 01:46:48 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-15 05:21:46 -0500 |
commit | 72facfea710afc7165e8f2fedd2e048098960b7e (patch) | |
tree | 7d8ed30fd9807fa8df0cd35524c4975e4af544bf /drivers/pinctrl/pinctrl-pxa3xx.h | |
parent | 9387760db221420f56a9f43a7d079c9fb209e32e (diff) |
pinctrl: pxa3xx: Remove phy_base and phy_size from struct pxa3xx_pinmux_info
They are not used, remove them.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-pxa3xx.h')
-rw-r--r-- | drivers/pinctrl/pinctrl-pxa3xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinctrl-pxa3xx.h b/drivers/pinctrl/pinctrl-pxa3xx.h index 8135744d6599..92fad0880834 100644 --- a/drivers/pinctrl/pinctrl-pxa3xx.h +++ b/drivers/pinctrl/pinctrl-pxa3xx.h | |||
@@ -60,8 +60,6 @@ struct pxa3xx_pinmux_info { | |||
60 | struct device *dev; | 60 | struct device *dev; |
61 | struct pinctrl_dev *pctrl; | 61 | struct pinctrl_dev *pctrl; |
62 | enum pxa_cpu_type cputype; | 62 | enum pxa_cpu_type cputype; |
63 | unsigned int phy_base; | ||
64 | unsigned int phy_size; | ||
65 | void __iomem *virt_base; | 63 | void __iomem *virt_base; |
66 | 64 | ||
67 | struct pxa3xx_mfp_pin *mfp; | 65 | struct pxa3xx_mfp_pin *mfp; |