]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: u300: move DMA channel header into mach-u300
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 13 Aug 2012 09:51:15 +0000 (11:51 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 13 Aug 2012 11:53:07 +0000 (13:53 +0200)
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>
arch/arm/mach-u300/core.c
arch/arm/mach-u300/dma_channels.h [moved from arch/arm/mach-u300/include/mach/dma_channels.h with 100% similarity]
arch/arm/mach-u300/spi.c

index bc2339192fd96a310d514323a4a84acfb2495b55..31cc9267efc186b9efb14504a52e83adce03f501 100644 (file)
 #include <mach/coh901318.h>
 #include <mach/hardware.h>
 #include <mach/syscon.h>
-#include <mach/dma_channels.h>
 
 #include "timer.h"
 #include "spi.h"
 #include "i2c.h"
 #include "u300-gpio.h"
+#include "dma_channels.h"
 
 /*
  * Static I/O mappings that are needed for booting the U300 platforms. The
index a1affacfa59c459c59a05f79843e306591b3d908..02e6659286d5b0e4d2e2761954ebd81ce09aa766 100644 (file)
@@ -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