Commit 5cbe865b authored by Al Viro's avatar Al Viro

avr32: switch to generic extable.h

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d597580d
...@@ -5,6 +5,7 @@ generic-y += device.h ...@@ -5,6 +5,7 @@ generic-y += device.h
generic-y += div64.h generic-y += div64.h
generic-y += emergency-restart.h generic-y += emergency-restart.h
generic-y += exec.h generic-y += exec.h
generic-y += extable.h
generic-y += futex.h generic-y += futex.h
generic-y += irq_regs.h generic-y += irq_regs.h
generic-y += irq_work.h generic-y += irq_work.h
......
...@@ -323,9 +323,6 @@ extern long __strnlen_user(const char __user *__s, long __n); ...@@ -323,9 +323,6 @@ extern long __strnlen_user(const char __user *__s, long __n);
#define strlen_user(s) strnlen_user(s, ~0UL >> 1) #define strlen_user(s) strnlen_user(s, ~0UL >> 1)
struct exception_table_entry #include <asm/extable.h>
{
unsigned long insn, fixup;
};
#endif /* __ASM_AVR32_UACCESS_H */ #endif /* __ASM_AVR32_UACCESS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment