aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/fw/arc/hinv.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-22 06:59:30 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 04:00:22 -0500
commit7034228792cc561e79ff8600f02884bd4c80e287 (patch)
tree89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/include/asm/fw/arc/hinv.h
parent405ab01c70e18058d9c01a1256769a61fc65413e (diff)
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/fw/arc/hinv.h')
-rw-r--r--arch/mips/include/asm/fw/arc/hinv.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/include/asm/fw/arc/hinv.h b/arch/mips/include/asm/fw/arc/hinv.h
index e6ff4add04e2..f8d37d1df5de 100644
--- a/arch/mips/include/asm/fw/arc/hinv.h
+++ b/arch/mips/include/asm/fw/arc/hinv.h
@@ -12,7 +12,7 @@ typedef enum configclass {
12 SystemClass, 12 SystemClass,
13 ProcessorClass, 13 ProcessorClass,
14 CacheClass, 14 CacheClass,
15#ifndef _NT_PROM 15#ifndef _NT_PROM
16 MemoryClass, 16 MemoryClass,
17 AdapterClass, 17 AdapterClass,
18 ControllerClass, 18 ControllerClass,
@@ -34,7 +34,7 @@ typedef enum configtype {
34 SecondaryICache, 34 SecondaryICache,
35 SecondaryDCache, 35 SecondaryDCache,
36 SecondaryCache, 36 SecondaryCache,
37#ifndef _NT_PROM 37#ifndef _NT_PROM
38 Memory, 38 Memory,
39#endif 39#endif
40 EISAAdapter, 40 EISAAdapter,
@@ -93,7 +93,7 @@ typedef enum {
93} IDENTIFIERFLAG; 93} IDENTIFIERFLAG;
94 94
95#ifndef NULL /* for GetChild(NULL); */ 95#ifndef NULL /* for GetChild(NULL); */
96#define NULL 0 96#define NULL 0
97#endif 97#endif
98 98
99union key_u { 99union key_u {
@@ -125,7 +125,7 @@ typedef struct component {
125 IDENTIFIERFLAG Flags; 125 IDENTIFIERFLAG Flags;
126 USHORT Version; 126 USHORT Version;
127 USHORT Revision; 127 USHORT Revision;
128 ULONG Key; 128 ULONG Key;
129 ULONG AffinityMask; 129 ULONG AffinityMask;
130 ULONG ConfigurationDataSize; 130 ULONG ConfigurationDataSize;
131 ULONG IdentifierLength; 131 ULONG IdentifierLength;
@@ -149,7 +149,7 @@ typedef struct systemid {
149typedef enum memorytype { 149typedef enum memorytype {
150 ExceptionBlock, 150 ExceptionBlock,
151 SPBPage, /* ARCS == SystemParameterBlock */ 151 SPBPage, /* ARCS == SystemParameterBlock */
152#ifndef _NT_PROM 152#ifndef _NT_PROM
153 FreeContiguous, 153 FreeContiguous,
154 FreeMemory, 154 FreeMemory,
155 BadMemory, 155 BadMemory,