diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-04-13 13:07:57 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-08-29 15:42:22 +0200 |
commit | c5ba7e6c9ba545c3f67188de510d4cab2e3223b2 (patch) | |
tree | 7b1206100b751dab31b240b639f7bfa2184594bd /include/asm-generic | |
parent | caf6f9c8a326cffd1d4b3ff3f1cfba75d159d70b (diff) | |
download | linux-c5ba7e6c9ba545c3f67188de510d4cab2e3223b2.tar.bz2 |
asm-generic: Remove empty asm/unistd.h
Nothing is left in asm/unistd.h except for the redirect to
uapi/asm/unistd.h, so removing the file simply leads to that one being
used directly. The linux/export.h inclusion is a leftover from commit
e1b5bb6d1236 ("consolidate cond_syscall and SYSCALL_ALIAS declarations")
and should not be used anyway.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/unistd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-generic/unistd.h b/include/asm-generic/unistd.h deleted file mode 100644 index 71d2fcf9dbcd..000000000000 --- a/include/asm-generic/unistd.h +++ /dev/null @@ -1,3 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#include <uapi/asm-generic/unistd.h> -#include <linux/export.h> |