summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-lpc32xx
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2015-08-27 03:16:48 +0300
committerTom Rini <trini@konsulko.com>2015-09-11 14:05:35 -0400
commitbab8d1e2280f039fbbb3039ec4750e54091b6113 (patch)
tree52d0faf44c994f1d628b52ccca1ebc2763c9dc0d /arch/arm/include/asm/arch-lpc32xx
parentc12e0d9317cf9a86622a32c7060b62f3b0f151f2 (diff)
downloadtalos-obmc-uboot-bab8d1e2280f039fbbb3039ec4750e54091b6113.tar.gz
talos-obmc-uboot-bab8d1e2280f039fbbb3039ec4750e54091b6113.zip
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>
Diffstat (limited to 'arch/arm/include/asm/arch-lpc32xx')
-rw-r--r--arch/arm/include/asm/arch-lpc32xx/clk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-lpc32xx/clk.h b/arch/arm/include/asm/arch-lpc32xx/clk.h
index d21310e194..303ff1cdb7 100644
--- a/arch/arm/include/asm/arch-lpc32xx/clk.h
+++ b/arch/arm/include/asm/arch-lpc32xx/clk.h
@@ -158,9 +158,6 @@ struct clk_pm_regs {
#define CLK_NAND_SLC_SELECT (1 << 2)
#define CLK_NAND_MLC_INT (1 << 5)
-/* DMA Clock Control Register bits */
-#define DMA_CLK_ENABLE (1 << 0)
-
/* SSP Clock Control Register bits */
#define CLK_SSP0_ENABLE_CLOCK (1 << 0)
OpenPOWER on IntegriCloud