Commit c5ba7e6c authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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
e1b5bb6d ("consolidate cond_syscall and SYSCALL_ALIAS declarations")
and should not be used anyway.

Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent caf6f9c8
Loading
Loading
Loading
Loading

include/asm-generic/unistd.h

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
#include <uapi/asm-generic/unistd.h>
#include <linux/export.h>