commit | b7f8ed2eff8bd34f9d29dceb84ded186fdbd30dd | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Thu Aug 27 03:16:48 2015 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 11 14:05:35 2015 -0400 |
tree | 52d0faf44c994f1d628b52ccca1ebc2763c9dc0d | |
parent | fb6166ad8fdea797684d542dda21dc42b1085453 [diff] |
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>