diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-04 19:54:56 +0300 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-09 14:49:22 +0300 |
commit | 80d396b5118f448cb2206a509aba6917691a835e (patch) | |
tree | f60a468132d3e4d54eef39ab54bb4cd3eb7d3d4c /drivers/clk/meson/gxbb.h | |
parent | cddcb20b2bb36401e038d0ae41ba8a956d91f82e (diff) | |
download | linux-80d396b5118f448cb2206a509aba6917691a835e.tar.xz |
clk: meson: gxbb: remove HHI_GEN_CLK_CTNL duplicate definition
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>
Diffstat (limited to 'drivers/clk/meson/gxbb.h')
-rw-r--r-- | drivers/clk/meson/gxbb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h index ec1a812bf1fd..df6c21d368c6 100644 --- a/drivers/clk/meson/gxbb.h +++ b/drivers/clk/meson/gxbb.h @@ -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 */ |