mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
3663b736a5
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>
7 lines
111 B
C
7 lines
111 B
C
#ifndef __ASM_AVR32_GPIO_H
|
|
#define __ASM_AVR32_GPIO_H
|
|
|
|
#include <mach/gpio.h>
|
|
|
|
#endif /* __ASM_AVR32_GPIO_H */
|