diff options
-rw-r--r-- | arch/arm/mach-u300/core.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-u300/spi.c | 1 | ||||
-rw-r--r-- | drivers/dma/coh901318.c | 2 | ||||
-rw-r--r-- | drivers/dma/coh901318.h (renamed from arch/arm/mach-u300/include/mach/coh901318.h) | 6 | ||||
-rw-r--r-- | drivers/dma/coh901318_lli.c | 2 | ||||
-rw-r--r-- | drivers/dma/coh901318_lli.h | 2 |
6 files changed, 3 insertions, 11 deletions
diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index 834d0bd2aa0f..19f5c5311f47 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c | |||
@@ -41,7 +41,6 @@ | |||
41 | #include <asm/mach-types.h> | 41 | #include <asm/mach-types.h> |
42 | #include <asm/mach/arch.h> | 42 | #include <asm/mach/arch.h> |
43 | 43 | ||
44 | #include <mach/coh901318.h> | ||
45 | #include <mach/hardware.h> | 44 | #include <mach/hardware.h> |
46 | #include <mach/syscon.h> | 45 | #include <mach/syscon.h> |
47 | #include <mach/irqs.h> | 46 | #include <mach/irqs.h> |
diff --git a/arch/arm/mach-u300/spi.c b/arch/arm/mach-u300/spi.c index b34567f944ca..910698293d64 100644 --- a/arch/arm/mach-u300/spi.c +++ b/arch/arm/mach-u300/spi.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <linux/amba/pl022.h> | 12 | #include <linux/amba/pl022.h> |
13 | #include <linux/platform_data/dma-coh901318.h> | 13 | #include <linux/platform_data/dma-coh901318.h> |
14 | #include <linux/err.h> | 14 | #include <linux/err.h> |
15 | #include <mach/coh901318.h> | ||
16 | 15 | ||
17 | /* | 16 | /* |
18 | * The following is for the actual devices on the SSP/SPI bus | 17 | * The following is for the actual devices on the SSP/SPI bus |
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c index 7fa54fb7ab68..1be69b87a913 100644 --- a/drivers/dma/coh901318.c +++ b/drivers/dma/coh901318.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #include <linux/uaccess.h> | 22 | #include <linux/uaccess.h> |
23 | #include <linux/debugfs.h> | 23 | #include <linux/debugfs.h> |
24 | #include <linux/platform_data/dma-coh901318.h> | 24 | #include <linux/platform_data/dma-coh901318.h> |
25 | #include <mach/coh901318.h> | ||
26 | 25 | ||
26 | #include "coh901318.h" | ||
27 | #include "coh901318_lli.h" | 27 | #include "coh901318_lli.h" |
28 | #include "dmaengine.h" | 28 | #include "dmaengine.h" |
29 | 29 | ||
diff --git a/arch/arm/mach-u300/include/mach/coh901318.h b/drivers/dma/coh901318.h index 185fc59fd729..9353c40b152a 100644 --- a/arch/arm/mach-u300/include/mach/coh901318.h +++ b/drivers/dma/coh901318.h | |||
@@ -1,9 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * | 2 | * Copyright (C) 2007-2013 ST-Ericsson |
3 | * include/linux/coh901318.h | ||
4 | * | ||
5 | * | ||
6 | * Copyright (C) 2007-2009 ST-Ericsson | ||
7 | * License terms: GNU General Public License (GPL) version 2 | 3 | * License terms: GNU General Public License (GPL) version 2 |
8 | * DMA driver for COH 901 318 | 4 | * DMA driver for COH 901 318 |
9 | * Author: Per Friden <per.friden@stericsson.com> | 5 | * Author: Per Friden <per.friden@stericsson.com> |
diff --git a/drivers/dma/coh901318_lli.c b/drivers/dma/coh901318_lli.c index 780e0429b38c..e25cac0af3f6 100644 --- a/drivers/dma/coh901318_lli.c +++ b/drivers/dma/coh901318_lli.c | |||
@@ -11,8 +11,8 @@ | |||
11 | #include <linux/memory.h> | 11 | #include <linux/memory.h> |
12 | #include <linux/gfp.h> | 12 | #include <linux/gfp.h> |
13 | #include <linux/dmapool.h> | 13 | #include <linux/dmapool.h> |
14 | #include <mach/coh901318.h> | ||
15 | 14 | ||
15 | #include "coh901318.h" | ||
16 | #include "coh901318_lli.h" | 16 | #include "coh901318_lli.h" |
17 | 17 | ||
18 | #if (defined(CONFIG_DEBUG_FS) && defined(CONFIG_U300_DEBUG)) | 18 | #if (defined(CONFIG_DEBUG_FS) && defined(CONFIG_U300_DEBUG)) |
diff --git a/drivers/dma/coh901318_lli.h b/drivers/dma/coh901318_lli.h index abff3714fdda..0c7caceef63b 100644 --- a/drivers/dma/coh901318_lli.h +++ b/drivers/dma/coh901318_lli.h | |||
@@ -10,8 +10,6 @@ | |||
10 | #ifndef COH901318_LLI_H | 10 | #ifndef COH901318_LLI_H |
11 | #define COH901318_LLI_H | 11 | #define COH901318_LLI_H |
12 | 12 | ||
13 | #include <mach/coh901318.h> | ||
14 | |||
15 | struct device; | 13 | struct device; |
16 | 14 | ||
17 | struct coh901318_pool { | 15 | struct coh901318_pool { |