Skip to content

Commit

Permalink
[PATCH] powerpc: Move firmware.h into include/asm-powerpc
Browse files Browse the repository at this point in the history
Move firmware.h into include/asm-powerpc.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Oct 26, 2005
1 parent 8c71632 commit 21f35f2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions include/asm-ppc64/firmware.h → include/asm-powerpc/firmware.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* include/asm-ppc64/firmware.h
*
* Extracted from include/asm-ppc64/cputable.h
*
* Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
*
* Modifications for ppc64:
Expand All @@ -13,8 +9,8 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#ifndef __ASM_PPC_FIRMWARE_H
#define __ASM_PPC_FIRMWARE_H
#ifndef __ASM_POWERPC_FIRMWARE_H
#define __ASM_POWERPC_FIRMWARE_H

#ifdef __KERNEL__

Expand Down Expand Up @@ -98,4 +94,4 @@ extern firmware_feature_t firmware_features_table[];

#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */
#endif /* __ASM_PPC_FIRMWARE_H */
#endif /* __ASM_POWERPC_FIRMWARE_H */

0 comments on commit 21f35f2

Please sign in to comment.