diff options
Diffstat (limited to 'arch/cris/arch-v32/mach-fs')
-rw-r--r-- | arch/cris/arch-v32/mach-fs/cpufreq.c | 6 | ||||
-rw-r--r-- | arch/cris/arch-v32/mach-fs/dma.c | 2 | ||||
-rw-r--r-- | arch/cris/arch-v32/mach-fs/io.c | 4 | ||||
-rw-r--r-- | arch/cris/arch-v32/mach-fs/vcs_hook.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/arch/cris/arch-v32/mach-fs/cpufreq.c b/arch/cris/arch-v32/mach-fs/cpufreq.c index 58bd71e5bda9..d92cf70d1cbe 100644 --- a/arch/cris/arch-v32/mach-fs/cpufreq.c +++ b/arch/cris/arch-v32/mach-fs/cpufreq.c | |||
@@ -2,9 +2,9 @@ | |||
2 | #include <linux/module.h> | 2 | #include <linux/module.h> |
3 | #include <linux/cpufreq.h> | 3 | #include <linux/cpufreq.h> |
4 | #include <hwregs/reg_map.h> | 4 | #include <hwregs/reg_map.h> |
5 | #include <asm/arch/hwregs/reg_rdwr.h> | 5 | #include <arch/hwregs/reg_rdwr.h> |
6 | #include <asm/arch/hwregs/config_defs.h> | 6 | #include <arch/hwregs/config_defs.h> |
7 | #include <asm/arch/hwregs/bif_core_defs.h> | 7 | #include <arch/hwregs/bif_core_defs.h> |
8 | 8 | ||
9 | static int | 9 | static int |
10 | cris_sdram_freq_notifier(struct notifier_block *nb, unsigned long val, | 10 | cris_sdram_freq_notifier(struct notifier_block *nb, unsigned long val, |
diff --git a/arch/cris/arch-v32/mach-fs/dma.c b/arch/cris/arch-v32/mach-fs/dma.c index a6acf4e6345c..2d970d7505c9 100644 --- a/arch/cris/arch-v32/mach-fs/dma.c +++ b/arch/cris/arch-v32/mach-fs/dma.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <hwregs/strmux_defs.h> | 10 | #include <hwregs/strmux_defs.h> |
11 | #include <linux/errno.h> | 11 | #include <linux/errno.h> |
12 | #include <asm/system.h> | 12 | #include <asm/system.h> |
13 | #include <asm/arch/mach/arbiter.h> | 13 | #include <mach/arbiter.h> |
14 | 14 | ||
15 | static char used_dma_channels[MAX_DMA_CHANNELS]; | 15 | static char used_dma_channels[MAX_DMA_CHANNELS]; |
16 | static const char *used_dma_channels_users[MAX_DMA_CHANNELS]; | 16 | static const char *used_dma_channels_users[MAX_DMA_CHANNELS]; |
diff --git a/arch/cris/arch-v32/mach-fs/io.c b/arch/cris/arch-v32/mach-fs/io.c index a03a3ad3a188..cb6327b1f8f8 100644 --- a/arch/cris/arch-v32/mach-fs/io.c +++ b/arch/cris/arch-v32/mach-fs/io.c | |||
@@ -12,8 +12,8 @@ | |||
12 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <asm/io.h> | 14 | #include <asm/io.h> |
15 | #include <asm/arch/pinmux.h> | 15 | #include <mach/pinmux.h> |
16 | #include <asm/arch/hwregs/gio_defs.h> | 16 | #include <hwregs/gio_defs.h> |
17 | 17 | ||
18 | #ifndef DEBUG | 18 | #ifndef DEBUG |
19 | #define DEBUG(x) | 19 | #define DEBUG(x) |
diff --git a/arch/cris/arch-v32/mach-fs/vcs_hook.c b/arch/cris/arch-v32/mach-fs/vcs_hook.c index 593b10f07ef1..b11594ae0cb6 100644 --- a/arch/cris/arch-v32/mach-fs/vcs_hook.c +++ b/arch/cris/arch-v32/mach-fs/vcs_hook.c | |||
@@ -5,8 +5,8 @@ | |||
5 | 5 | ||
6 | #include "vcs_hook.h" | 6 | #include "vcs_hook.h" |
7 | #include <stdarg.h> | 7 | #include <stdarg.h> |
8 | #include <asm/arch-v32/hwregs/reg_map.h> | 8 | #include <arch-v32/hwregs/reg_map.h> |
9 | #include <asm/arch-v32/hwregs/intr_vect_defs.h> | 9 | #include <arch-v32/hwregs/intr_vect_defs.h> |
10 | 10 | ||
11 | #define HOOK_TRIG_ADDR 0xb7000000 /* hook cvlog model reg address */ | 11 | #define HOOK_TRIG_ADDR 0xb7000000 /* hook cvlog model reg address */ |
12 | #define HOOK_MEM_BASE_ADDR 0xa0000000 /* csp4 (shared mem) base addr */ | 12 | #define HOOK_MEM_BASE_ADDR 0xa0000000 /* csp4 (shared mem) base addr */ |