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

Commit 70101053 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Thomas Gleixner
Browse files

x86/build: Remove unneeded uapi asm-generic wrappers



These are listed in include/uapi/asm-generic/Kbuild, so Kbuild will
automatically generate them.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190723112646.14046-1-yamada.masahiro@socionext.com
parent 5f9e832c
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