From 83f0124ad81e87b74c2f461b1794e57ab5e7fea0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 19 May 2017 13:45:16 +0200 Subject: 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 Signed-off-by: Michal Simek --- arch/microblaze/include/asm/percpu.h | 1 - 1 file changed, 1 deletion(-) delete mode 100644 arch/microblaze/include/asm/percpu.h (limited to 'arch/microblaze/include/asm/percpu.h') 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 -- cgit