diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-14 01:06:05 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-14 22:54:19 +0900 |
commit | cdc7e3cb32d5117f775268f8e9fd99d7855e70af (patch) | |
tree | ea29fa99113228dea2fa764443ce490ce2251d93 /drivers/pinctrl/uniphier/pinctrl-uniphier.h | |
parent | 865a39a23f4ffba036336bb84a3c30c6fb25d89f (diff) | |
download | u-boot-imx-cdc7e3cb32d5117f775268f8e9fd99d7855e70af.zip u-boot-imx-cdc7e3cb32d5117f775268f8e9fd99d7855e70af.tar.gz u-boot-imx-cdc7e3cb32d5117f775268f8e9fd99d7855e70af.tar.bz2 |
pinctrl: uniphier: move register base macros from header to .c file
These macros are only referenced in pinctrl-uniphier-core.c, so
they need not reside in a header file.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/pinctrl/uniphier/pinctrl-uniphier.h')
-rw-r--r-- | drivers/pinctrl/uniphier/pinctrl-uniphier.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier.h b/drivers/pinctrl/uniphier/pinctrl-uniphier.h index 4de5b03..76ea1be 100644 --- a/drivers/pinctrl/uniphier/pinctrl-uniphier.h +++ b/drivers/pinctrl/uniphier/pinctrl-uniphier.h @@ -13,10 +13,6 @@ #include <linux/kernel.h> #include <linux/types.h> -#define UNIPHIER_PINCTRL_PINMUX_BASE 0x1000 -#define UNIPHIER_PINCTRL_LOAD_PINMUX 0x1700 -#define UNIPHIER_PINCTRL_IECTRL 0x1d00 - #define UNIPHIER_PIN_ATTR_PACKED(iectrl) (iectrl) static inline unsigned int uniphier_pin_get_iectrl(unsigned long data) |