clk-imx6sl.c: remove duplicate definition of CCDR
authorSrikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
Sun, 3 Mar 2019 11:39:46 +0000 (17:09 +0530)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commitc7dce0aa50800a5abd57b35acfb1a0ce97dd3c61
treeaf4d79a51af4c95faf804c6c2ae4419faa6b18c1
parentbc8ae4498825ee5e1f6c36beec011329940583e2
clk-imx6sl.c: remove duplicate definition of CCDR

This was introduced in upstream stable v4.19.21:
CommitID: ea225de3bd6656a34f76723eb61b32cff6d54021

drivers/clk/imx/clk-imx6sl.c:23:0: warning: "CCDR" redefined
 #define CCDR   0x04

drivers/clk/imx/clk-imx6sl.c:20:0: note: this is the location of the previous definition
 #define CCDR    0x4

Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
drivers/clk/imx/clk-imx6sl.c