Commit 21f35f28 authored by Michael Ellerman's avatar Michael Ellerman Committed by Paul Mackerras

[PATCH] powerpc: Move firmware.h into include/asm-powerpc

Move firmware.h into include/asm-powerpc.
Signed-off-by: default avatarMichael Ellerman <michael@ellerman.id.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 8c71632f
/* /*
* include/asm-ppc64/firmware.h
*
* Extracted from include/asm-ppc64/cputable.h
*
* Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org) * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
* *
* Modifications for ppc64: * Modifications for ppc64:
...@@ -13,8 +9,8 @@ ...@@ -13,8 +9,8 @@
* as published by the Free Software Foundation; either version * as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version. * 2 of the License, or (at your option) any later version.
*/ */
#ifndef __ASM_PPC_FIRMWARE_H #ifndef __ASM_POWERPC_FIRMWARE_H
#define __ASM_PPC_FIRMWARE_H #define __ASM_POWERPC_FIRMWARE_H
#ifdef __KERNEL__ #ifdef __KERNEL__
...@@ -98,4 +94,4 @@ extern firmware_feature_t firmware_features_table[]; ...@@ -98,4 +94,4 @@ extern firmware_feature_t firmware_features_table[];
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* __ASM_PPC_FIRMWARE_H */ #endif /* __ASM_POWERPC_FIRMWARE_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment