diff options
Diffstat (limited to 'arch/arm/mach-netx/xc.c')
-rw-r--r-- | arch/arm/mach-netx/xc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-netx/xc.c b/arch/arm/mach-netx/xc.c index 0ea4d3baf7b1..04c34e82fe6d 100644 --- a/arch/arm/mach-netx/xc.c +++ b/arch/arm/mach-netx/xc.c | |||
@@ -23,10 +23,10 @@ | |||
23 | #include <linux/mutex.h> | 23 | #include <linux/mutex.h> |
24 | 24 | ||
25 | #include <asm/io.h> | 25 | #include <asm/io.h> |
26 | #include <asm/arch/hardware.h> | 26 | #include <mach/hardware.h> |
27 | #include <asm/arch/netx-regs.h> | 27 | #include <mach/netx-regs.h> |
28 | 28 | ||
29 | #include <asm/arch/xc.h> | 29 | #include <mach/xc.h> |
30 | 30 | ||
31 | static DEFINE_MUTEX(xc_lock); | 31 | static DEFINE_MUTEX(xc_lock); |
32 | 32 | ||