diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-10-24 01:07:29 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 02:00:26 -0400 |
commit | 21f35f28229ad1b017a0ea6cd17c10d6b9ec255f (patch) | |
tree | 4bd56170e15f789545fae218008e7c4dbc4014fe /include | |
parent | 8c71632f7a13357b7dc5636fca68317f72d3043e (diff) |
[PATCH] powerpc: Move firmware.h into include/asm-powerpc
Move firmware.h into include/asm-powerpc.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/firmware.h (renamed from include/asm-ppc64/firmware.h) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/asm-ppc64/firmware.h b/include/asm-powerpc/firmware.h index 22bb85cf60af..806c142ae9ea 100644 --- a/include/asm-ppc64/firmware.h +++ b/include/asm-powerpc/firmware.h | |||
@@ -1,8 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * include/asm-ppc64/firmware.h | ||
3 | * | ||
4 | * Extracted from include/asm-ppc64/cputable.h | ||
5 | * | ||
6 | * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org) | 2 | * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org) |
7 | * | 3 | * |
8 | * Modifications for ppc64: | 4 | * Modifications for ppc64: |
@@ -13,8 +9,8 @@ | |||
13 | * as published by the Free Software Foundation; either version | 9 | * as published by the Free Software Foundation; either version |
14 | * 2 of the License, or (at your option) any later version. | 10 | * 2 of the License, or (at your option) any later version. |
15 | */ | 11 | */ |
16 | #ifndef __ASM_PPC_FIRMWARE_H | 12 | #ifndef __ASM_POWERPC_FIRMWARE_H |
17 | #define __ASM_PPC_FIRMWARE_H | 13 | #define __ASM_POWERPC_FIRMWARE_H |
18 | 14 | ||
19 | #ifdef __KERNEL__ | 15 | #ifdef __KERNEL__ |
20 | 16 | ||
@@ -98,4 +94,4 @@ extern firmware_feature_t firmware_features_table[]; | |||
98 | 94 | ||
99 | #endif /* __ASSEMBLY__ */ | 95 | #endif /* __ASSEMBLY__ */ |
100 | #endif /* __KERNEL__ */ | 96 | #endif /* __KERNEL__ */ |
101 | #endif /* __ASM_PPC_FIRMWARE_H */ | 97 | #endif /* __ASM_POWERPC_FIRMWARE_H */ |