diff options
Diffstat (limited to 'arch/avr32/include/asm/local.h')
-rw-r--r-- | arch/avr32/include/asm/local.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/avr32/include/asm/local.h b/arch/avr32/include/asm/local.h new file mode 100644 index 000000000000..1c1619694da3 --- /dev/null +++ b/arch/avr32/include/asm/local.h @@ -0,0 +1,6 @@ +#ifndef __ASM_AVR32_LOCAL_H +#define __ASM_AVR32_LOCAL_H + +#include <asm-generic/local.h> + +#endif /* __ASM_AVR32_LOCAL_H */ |