]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit636782fd6bd934964bc891a753143c12cecb1319
tree7b1206100b751dab31b240b639f7bfa2184594bd
parent8637cdfcf0aefd9ad2bf3bc9afd782d09ee7ddf1
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
4ca43679427b ("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]