clk: meson: gxbb: remove HHI_GEN_CLK_CTNL duplicate definition
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 4 Jul 2018 16:54:56 +0000 (18:54 +0200)
committerJerome Brunet <jbrunet@baylibre.com>
Mon, 9 Jul 2018 11:49:22 +0000 (13:49 +0200)
HHI_GEN_CLK_CTNL is defined twice, just remove the duplicate definition

Fixes: 738f66d3211d ("clk: gxbb: add AmLogic GXBB clk controller driver")
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/gxbb.h

index ec1a812..df6c21d 100644 (file)
@@ -66,7 +66,6 @@
 #define HHI_USB_CLK_CNTL               0x220 /* 0x88 offset in data sheet */
 #define HHI_32K_CLK_CNTL               0x224 /* 0x89 offset in data sheet */
 #define HHI_GEN_CLK_CNTL               0x228 /* 0x8a offset in data sheet */
-#define HHI_GEN_CLK_CNTL               0x228 /* 0x8a offset in data sheet */
 
 #define HHI_PCM_CLK_CNTL               0x258 /* 0x96 offset in data sheet */
 #define HHI_NAND_CLK_CNTL              0x25C /* 0x97 offset in data sheet */