]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lpc32xx: remove duplicated DMA_CLK_ENABLE bit definition
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 27 Aug 2015 00:16:48 +0000 (03:16 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 11 Sep 2015 18:05:35 +0000 (14:05 -0400)
commitbab8d1e2280f039fbbb3039ec4750e54091b6113
tree52d0faf44c994f1d628b52ccca1ebc2763c9dc0d
parentc12e0d9317cf9a86622a32c7060b62f3b0f151f2
lpc32xx: remove duplicated DMA_CLK_ENABLE bit definition

Because there is an originally defined CLK_DMA_ENABLE macro in clk.h,
no reason to add another DMA_CLK_ENABLE macro with the same value.

Remove DMA_CLK_ENABLE, since it does not follow naming convention from
the code, this implies renaming of DMA_CLK_ENABLE to CLK_DMA_ENABLE in
lpc32xx/devices.c file.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Tested-by: Sylvain Lemieux <slemieux@tycoint.com>
arch/arm/cpu/arm926ejs/lpc32xx/devices.c
arch/arm/include/asm/arch-lpc32xx/clk.h