diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-04-17 22:51:49 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-19 14:07:40 -0700 |
commit | 5ce5d8a5a4ae64b281bea7ae028c960f12acae21 (patch) | |
tree | 9087eca376ed4ed4d65d908cd9cb328f1971be05 /arch/x86 | |
parent | c7cbdbf29f488a19982cd9f4a109887f18028bbb (diff) |
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.h | 1 |
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> |