x86: separate extable.h, switch sections.h to it
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 5 Sep 2016 15:32:44 +0000 (11:32 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 28 Sep 2016 01:15:23 +0000 (21:15 -0400)
commit45caf470077ae6b02da6d5eaee94003ee1543ca3
treea01860422d8a9b416ac3d28999506d5afb08ab63
parentb79d8d82bb994fe6154ea1a8e56d587ef9e356ae
x86: separate extable.h, switch sections.h to it

drivers/platform/x86/dell-smo8800.c is touched due to the following obscenity:
drivers/platform/x86/dell-smo8800.c ->
linux/interrupt.h ->
linux/hardirq.h ->
asm/hardirq.h ->
linux/irq.h ->
asm/hw_irq.h ->
asm/sections.h ->
asm/uaccess.h
is the only chain of includes pulling asm/uaccess.h there.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86/include/asm/extable.h [new file with mode: 0644]
arch/x86/include/asm/sections.h
arch/x86/include/asm/uaccess.h
drivers/platform/x86/dell-smo8800.c