]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
microblaze: remove asm-generic wrapper headers
authorTobias Klauser <tklauser@distanz.ch>
Fri, 19 May 2017 11:45:16 +0000 (13:45 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 29 May 2017 09:06:10 +0000 (11:06 +0200)
commit83f0124ad81e87b74c2f461b1794e57ab5e7fea0
tree8577fb5cb3226f021110d7c6abb9cd52097fa9be
parentf5ef419630e85e80284cd0256cb5a13a66bbd6c5
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>
45 files changed:
arch/microblaze/include/asm/Kbuild
arch/microblaze/include/asm/bitops.h [deleted file]
arch/microblaze/include/asm/bug.h [deleted file]
arch/microblaze/include/asm/bugs.h [deleted file]
arch/microblaze/include/asm/div64.h [deleted file]
arch/microblaze/include/asm/emergency-restart.h [deleted file]
arch/microblaze/include/asm/fb.h [deleted file]
arch/microblaze/include/asm/hardirq.h [deleted file]
arch/microblaze/include/asm/irq_regs.h [deleted file]
arch/microblaze/include/asm/kdebug.h [deleted file]
arch/microblaze/include/asm/kmap_types.h [deleted file]
arch/microblaze/include/asm/linkage.h [deleted file]
arch/microblaze/include/asm/local.h [deleted file]
arch/microblaze/include/asm/local64.h [deleted file]
arch/microblaze/include/asm/parport.h [deleted file]
arch/microblaze/include/asm/percpu.h [deleted file]
arch/microblaze/include/asm/serial.h [deleted file]
arch/microblaze/include/asm/shmparam.h [deleted file]
arch/microblaze/include/asm/topology.h [deleted file]
arch/microblaze/include/asm/ucontext.h [deleted file]
arch/microblaze/include/asm/vga.h [deleted file]
arch/microblaze/include/asm/xor.h [deleted file]
arch/microblaze/include/uapi/asm/bitsperlong.h [deleted file]
arch/microblaze/include/uapi/asm/errno.h [deleted file]
arch/microblaze/include/uapi/asm/fcntl.h [deleted file]
arch/microblaze/include/uapi/asm/ioctl.h [deleted file]
arch/microblaze/include/uapi/asm/ioctls.h [deleted file]
arch/microblaze/include/uapi/asm/ipcbuf.h [deleted file]
arch/microblaze/include/uapi/asm/kvm_para.h [deleted file]
arch/microblaze/include/uapi/asm/mman.h [deleted file]
arch/microblaze/include/uapi/asm/msgbuf.h [deleted file]
arch/microblaze/include/uapi/asm/param.h [deleted file]
arch/microblaze/include/uapi/asm/poll.h [deleted file]
arch/microblaze/include/uapi/asm/resource.h [deleted file]
arch/microblaze/include/uapi/asm/sembuf.h [deleted file]
arch/microblaze/include/uapi/asm/shmbuf.h [deleted file]
arch/microblaze/include/uapi/asm/siginfo.h [deleted file]
arch/microblaze/include/uapi/asm/signal.h [deleted file]
arch/microblaze/include/uapi/asm/socket.h [deleted file]
arch/microblaze/include/uapi/asm/sockios.h [deleted file]
arch/microblaze/include/uapi/asm/stat.h [deleted file]
arch/microblaze/include/uapi/asm/statfs.h [deleted file]
arch/microblaze/include/uapi/asm/swab.h [deleted file]
arch/microblaze/include/uapi/asm/termbits.h [deleted file]
arch/microblaze/include/uapi/asm/termios.h [deleted file]