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>
This commit is contained in:
committed by
Michal Simek
parent
f5ef419630
commit
83f0124ad8
@@ -1 +0,0 @@
|
||||
#include <asm-generic/bitsperlong.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/errno.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/fcntl.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/ioctl.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/ioctls.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/ipcbuf.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/kvm_para.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/mman.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/msgbuf.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/param.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/poll.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/resource.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/sembuf.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/shmbuf.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/siginfo.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/signal.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/socket.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/sockios.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/stat.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/statfs.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/swab.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/termbits.h>
|
||||
@@ -1 +0,0 @@
|
||||
#include <asm-generic/termios.h>
|
||||
Reference in New Issue
Block a user