aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-04-17 22:51:49 +0200
committerDavid S. Miller <davem@davemloft.net>2019-04-19 14:07:40 -0700
commit5ce5d8a5a4ae64b281bea7ae028c960f12acae21 (patch)
tree9087eca376ed4ed4d65d908cd9cb328f1971be05 /arch/x86
parentnet: rework SIOCGSTAMP ioctl handling (diff)
downloadlinux-dev-5ce5d8a5a4ae64b281bea7ae028c960f12acae21.tar.xz
linux-dev-5ce5d8a5a4ae64b281bea7ae028c960f12acae21.zip
asm-generic: generalize asm/sockios.h
ia64, parisc and sparc just use a copy of the generic version of asm/sockios.h, and x86 is a redirect to the same file, so we can just let the header file be generated. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/uapi/asm/sockios.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/uapi/asm/sockios.h b/arch/x86/include/uapi/asm/sockios.h
deleted file mode 100644
index def6d4746ee7..000000000000
--- a/arch/x86/include/uapi/asm/sockios.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/sockios.h>