Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc6fd139 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 build cleanup from Ingo Molnar:
 "A single change that removes unnecessary asm-generic wrappers"

* 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/build: Remove unneeded uapi asm-generic wrappers
parents 49a21e52 70101053
Loading
Loading
Loading
Loading

arch/x86/include/uapi/asm/errno.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/errno.h>

arch/x86/include/uapi/asm/fcntl.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/fcntl.h>

arch/x86/include/uapi/asm/ioctl.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/ioctl.h>
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/ioctls.h>
+0 −1
Original line number Diff line number Diff line
#include <asm-generic/ipcbuf.h>
Loading