UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
Convert #include "..." to #include <path/...> in kernel system headers. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifdef __KERNEL__
|
||||
# ifdef CONFIG_SUPERH32
|
||||
# include "unistd_32.h"
|
||||
# include <asm/unistd_32.h>
|
||||
# else
|
||||
# include "unistd_64.h"
|
||||
# include <asm/unistd_64.h>
|
||||
# endif
|
||||
|
||||
# define __ARCH_WANT_SYS_RT_SIGSUSPEND
|
||||
@@ -40,8 +40,8 @@
|
||||
|
||||
#else
|
||||
# ifdef __SH5__
|
||||
# include "unistd_64.h"
|
||||
# include <asm/unistd_64.h>
|
||||
# else
|
||||
# include "unistd_32.h"
|
||||
# include <asm/unistd_32.h>
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user