summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/percpu.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-05-19 13:45:16 +0200
committerMichal Simek <michal.simek@xilinx.com>2017-05-29 11:06:10 +0200
commit83f0124ad81e87b74c2f461b1794e57ab5e7fea0 (patch)
tree8577fb5cb3226f021110d7c6abb9cd52097fa9be /arch/microblaze/include/asm/percpu.h
parentf5ef419630e85e80284cd0256cb5a13a66bbd6c5 (diff)
microblaze: remove asm-generic wrapper headers
Some of microblaze's asm and uapi header are merely including their asm-generic counterpart. Thus, the arch specific headers can be removed and the asm-generic header can be used directly via generic-y. The headers removed from uapi don't need to be added to generic-y in the uapi Kbuild in order to get exported, as they are already listed in mandatory-y. Also order the generic-y list alphabetically. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/asm/percpu.h')
-rw-r--r--arch/microblaze/include/asm/percpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/percpu.h b/arch/microblaze/include/asm/percpu.h
deleted file mode 100644
index 06a959d67234..000000000000
--- a/arch/microblaze/include/asm/percpu.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/percpu.h>