diff options
Diffstat (limited to 'arch/avr32/include')
-rw-r--r-- | arch/avr32/include/asm/gpio.h | 2 | ||||
-rw-r--r-- | arch/avr32/include/asm/io.h | 2 | ||||
-rw-r--r-- | arch/avr32/include/asm/irq.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/avr32/include/asm/gpio.h b/arch/avr32/include/asm/gpio.h index 19e8ccc77db3..b771f7105964 100644 --- a/arch/avr32/include/asm/gpio.h +++ b/arch/avr32/include/asm/gpio.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #ifndef __ASM_AVR32_GPIO_H | 1 | #ifndef __ASM_AVR32_GPIO_H |
2 | #define __ASM_AVR32_GPIO_H | 2 | #define __ASM_AVR32_GPIO_H |
3 | 3 | ||
4 | #include <asm/arch/gpio.h> | 4 | #include <mach/gpio.h> |
5 | 5 | ||
6 | #endif /* __ASM_AVR32_GPIO_H */ | 6 | #endif /* __ASM_AVR32_GPIO_H */ |
diff --git a/arch/avr32/include/asm/io.h b/arch/avr32/include/asm/io.h index 8be7ea9c9047..a520f77ead96 100644 --- a/arch/avr32/include/asm/io.h +++ b/arch/avr32/include/asm/io.h | |||
@@ -8,7 +8,7 @@ | |||
8 | #include <asm/addrspace.h> | 8 | #include <asm/addrspace.h> |
9 | #include <asm/byteorder.h> | 9 | #include <asm/byteorder.h> |
10 | 10 | ||
11 | #include <asm/arch/io.h> | 11 | #include <mach/io.h> |
12 | 12 | ||
13 | /* virt_to_phys will only work when address is in P1 or P2 */ | 13 | /* virt_to_phys will only work when address is in P1 or P2 */ |
14 | static __inline__ unsigned long virt_to_phys(volatile void *address) | 14 | static __inline__ unsigned long virt_to_phys(volatile void *address) |
diff --git a/arch/avr32/include/asm/irq.h b/arch/avr32/include/asm/irq.h index c563b7720c1a..6fa8913f8548 100644 --- a/arch/avr32/include/asm/irq.h +++ b/arch/avr32/include/asm/irq.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #define NR_INTERNAL_IRQS 64 | 4 | #define NR_INTERNAL_IRQS 64 |
5 | 5 | ||
6 | #include <asm/arch/irq.h> | 6 | #include <mach/irq.h> |
7 | 7 | ||
8 | #ifndef NR_IRQS | 8 | #ifndef NR_IRQS |
9 | #define NR_IRQS (NR_INTERNAL_IRQS) | 9 | #define NR_IRQS (NR_INTERNAL_IRQS) |