asm-generic: Remove empty asm/unistd.h
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Apr 2018 11:07:57 +0000 (13:07 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 29 Aug 2018 13:42:22 +0000 (15:42 +0200)
commitc5ba7e6c9ba545c3f67188de510d4cab2e3223b2
tree7b1206100b751dab31b240b639f7bfa2184594bd
parentcaf6f9c8a326cffd1d4b3ff3f1cfba75d159d70b
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>
include/asm-generic/unistd.h [deleted file]