aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/asm/gpio.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-08-05 07:57:38 -0400
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-08-05 08:36:57 -0400
commit3663b736a5083b3bce74520b637f630f01f66a7f (patch)
treeb6718d8216c8096013ced5beaa0375f8b3fb3877 /arch/avr32/include/asm/gpio.h
parent964d219b6a8a79ea4c8d77b6dcdcbbcda403c392 (diff)
avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>
Update all avr32-specific files to use the new platform-specific header locations. Drivers shared with ARM are left alone for now. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/include/asm/gpio.h')
-rw-r--r--arch/avr32/include/asm/gpio.h2
1 files changed, 1 insertions, 1 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 */