diff options
author | David Howells <dhowells@redhat.com> | 2012-10-02 13:01:25 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-02 13:01:25 -0400 |
commit | a1ce39288e6fbefdd8d607021d02384eb4a20b99 (patch) | |
tree | c72e67f0c9d828420788f9086a19df1b9a7e39ae /arch/cris | |
parent | 760285e7e7ab282c25b5e90816f7c47000557f4f (diff) |
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>
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/include/arch-v10/arch/sv_addr_ag.h | 2 | ||||
-rw-r--r-- | arch/cris/include/arch-v10/arch/svinto.h | 2 | ||||
-rw-r--r-- | arch/cris/include/arch-v32/arch/dma.h | 2 | ||||
-rw-r--r-- | arch/cris/include/arch-v32/arch/hwregs/dma.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/cris/include/arch-v10/arch/sv_addr_ag.h b/arch/cris/include/arch-v10/arch/sv_addr_ag.h index e4a6b68b8982..5517f04153a4 100644 --- a/arch/cris/include/arch-v10/arch/sv_addr_ag.h +++ b/arch/cris/include/arch-v10/arch/sv_addr_ag.h | |||
@@ -114,7 +114,7 @@ | |||
114 | 114 | ||
115 | /*------------------------------------------------------------*/ | 115 | /*------------------------------------------------------------*/ |
116 | 116 | ||
117 | #include "sv_addr.agh" | 117 | #include <arch/sv_addr.agh> |
118 | 118 | ||
119 | #if __test_sv_addr__ | 119 | #if __test_sv_addr__ |
120 | /* IO_MASK( R_BUS_CONFIG , CE ) */ | 120 | /* IO_MASK( R_BUS_CONFIG , CE ) */ |
diff --git a/arch/cris/include/arch-v10/arch/svinto.h b/arch/cris/include/arch-v10/arch/svinto.h index 0881a1af7cee..da5c15272652 100644 --- a/arch/cris/include/arch-v10/arch/svinto.h +++ b/arch/cris/include/arch-v10/arch/svinto.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #ifndef _ASM_CRIS_SVINTO_H | 1 | #ifndef _ASM_CRIS_SVINTO_H |
2 | #define _ASM_CRIS_SVINTO_H | 2 | #define _ASM_CRIS_SVINTO_H |
3 | 3 | ||
4 | #include "sv_addr_ag.h" | 4 | #include <arch/sv_addr_ag.h> |
5 | 5 | ||
6 | extern unsigned int genconfig_shadow; /* defined and set in head.S */ | 6 | extern unsigned int genconfig_shadow; /* defined and set in head.S */ |
7 | 7 | ||
diff --git a/arch/cris/include/arch-v32/arch/dma.h b/arch/cris/include/arch-v32/arch/dma.h index 61906153a9af..6f92f4f23f28 100644 --- a/arch/cris/include/arch-v32/arch/dma.h +++ b/arch/cris/include/arch-v32/arch/dma.h | |||
@@ -1 +1 @@ | |||
#include "mach/dma.h" | #include <mach/dma.h> | ||
diff --git a/arch/cris/include/arch-v32/arch/hwregs/dma.h b/arch/cris/include/arch-v32/arch/hwregs/dma.h index 3ce322b5c731..52bf67907f28 100644 --- a/arch/cris/include/arch-v32/arch/hwregs/dma.h +++ b/arch/cris/include/arch-v32/arch/hwregs/dma.h | |||
@@ -7,7 +7,7 @@ | |||
7 | #define dma_h | 7 | #define dma_h |
8 | 8 | ||
9 | /* registers */ /* Really needed, since both are listed in sw.list? */ | 9 | /* registers */ /* Really needed, since both are listed in sw.list? */ |
10 | #include "dma_defs.h" | 10 | #include <arch/hwregs/dma_defs.h> |
11 | 11 | ||
12 | 12 | ||
13 | /* descriptors */ | 13 | /* descriptors */ |