ARM: uniphier: remove unused board attribute macros
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 27 Oct 2016 14:47:01 +0000 (23:47 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 29 Oct 2016 08:01:40 +0000 (17:01 +0900)
After SoC evaluation, they turned out unnecessary.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/init.h

index 4e3bee1cd36c015b54e6edfbbb510232cd630eea..361e02487d79cae3e1671bb99e3733a35d60c28a 100644 (file)
@@ -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)