diff options
author | Masahiro Yamada | 2016-10-27 23:47:01 +0900 |
---|---|---|
committer | Masahiro Yamada | 2016-10-29 17:01:40 +0900 |
commit | da0d4d138063aeeae1209998b55ff6909fd633d0 (patch) | |
tree | a4fc16f8dbd23d489f331b7507ec88f008cb4ba8 /arch | |
parent | 295326231d1ca8e1e81dbf799a642c5348bc8804 (diff) |
ARM: uniphier: remove unused board attribute macros
After SoC evaluation, they turned out unnecessary.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-uniphier/init.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-uniphier/init.h b/arch/arm/mach-uniphier/init.h index 4e3bee1cd36..361e02487d7 100644 --- a/arch/arm/mach-uniphier/init.h +++ b/arch/arm/mach-uniphier/init.h @@ -24,9 +24,6 @@ struct uniphier_board_data { struct uniphier_dram_ch dram_ch[UNIPHIER_MAX_NR_DRAM_CH]; unsigned int flags; -#define UNIPHIER_BD_DPLL_SSC_GET_RATE(f) (((f) >> 8) & 0x3) -#define UNIPHIER_BD_DPLL_SSC_RATE(r) (((r) & 0x3) << 8) - #define UNIPHIER_BD_DDR3PLUS BIT(2) #define UNIPHIER_BD_BOARD_GET_TYPE(f) ((f) & 0x3) |