summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mach-mcfv4e/mcdapi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/mach-mcfv4e/mcdapi')
-rw-r--r--arch/m68k/mach-mcfv4e/mcdapi/MCD_dmaApi.c6
-rw-r--r--arch/m68k/mach-mcfv4e/mcdapi/MCD_tasks.c2
-rw-r--r--arch/m68k/mach-mcfv4e/mcdapi/MCD_tasksInit.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/arch/m68k/mach-mcfv4e/mcdapi/MCD_dmaApi.c b/arch/m68k/mach-mcfv4e/mcdapi/MCD_dmaApi.c
index b4d7f28470..60e2b6dd76 100644
--- a/arch/m68k/mach-mcfv4e/mcdapi/MCD_dmaApi.c
+++ b/arch/m68k/mach-mcfv4e/mcdapi/MCD_dmaApi.c
@@ -6,9 +6,9 @@
*/
#include <asm/types.h>
-#include <asm/proc/mcdapi/MCD_dma.h>
-#include <asm/proc/mcdapi/MCD_tasksInit.h>
-#include <asm/proc/mcdapi/MCD_progCheck.h>
+#include <proc/mcdapi/MCD_dma.h>
+#include <proc/mcdapi/MCD_tasksInit.h>
+#include <proc/mcdapi/MCD_progCheck.h>
/*
* This is an API-internal pointer to the DMA's registers
diff --git a/arch/m68k/mach-mcfv4e/mcdapi/MCD_tasks.c b/arch/m68k/mach-mcfv4e/mcdapi/MCD_tasks.c
index 3bfed232d7..812120dd7a 100644
--- a/arch/m68k/mach-mcfv4e/mcdapi/MCD_tasks.c
+++ b/arch/m68k/mach-mcfv4e/mcdapi/MCD_tasks.c
@@ -5,7 +5,7 @@
* Notes:
*/
#include <asm/types.h>
-#include <asm/proc/mcdapi/MCD_dma.h>
+#include <proc/mcdapi/MCD_dma.h>
u32 MCD_varTab0[];
u32 MCD_varTab1[];
diff --git a/arch/m68k/mach-mcfv4e/mcdapi/MCD_tasksInit.c b/arch/m68k/mach-mcfv4e/mcdapi/MCD_tasksInit.c
index 14104f7185..8d82b471f9 100644
--- a/arch/m68k/mach-mcfv4e/mcdapi/MCD_tasksInit.c
+++ b/arch/m68k/mach-mcfv4e/mcdapi/MCD_tasksInit.c
@@ -11,7 +11,7 @@
*/
#include <asm/types.h>
-#include <asm/proc/mcdapi/MCD_dma.h>
+#include <proc/mcdapi/MCD_dma.h>
extern dmaRegs *MCD_dmaBar;