diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 13:51:15 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 15:53:07 +0400 |
commit | 8dcf470760b74c41e7c93deebc2ff60af3908c97 (patch) | |
tree | 919d5343fa075c2f20dd25e65f7b285801c2f193 /arch/arm/mach-u300/spi.c | |
parent | d0bc2f7d96e6d192f9840d10a68e30b2e69a04cd (diff) | |
download | linux-8dcf470760b74c41e7c93deebc2ff60af3908c97.tar.xz |
ARM: u300: move DMA channel header into mach-u300
We were broadcasting <mach/dma_channels.h> to the entire kernel
for no reason at all, push this down into the machine folder
where it belongs.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300/spi.c')
-rw-r--r-- | arch/arm/mach-u300/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/spi.c b/arch/arm/mach-u300/spi.c index a1affacfa59c..02e6659286d5 100644 --- a/arch/arm/mach-u300/spi.c +++ b/arch/arm/mach-u300/spi.c @@ -12,7 +12,7 @@ #include <linux/amba/pl022.h> #include <linux/err.h> #include <mach/coh901318.h> -#include <mach/dma_channels.h> +#include "dma_channels.h" /* * The following is for the actual devices on the SSP/SPI bus |