Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1f1fec94589ed0b14c749eb9494bb690dbdf8d5a
Commit:     1f1fec94589ed0b14c749eb9494bb690dbdf8d5a
Parent:     fe6af6faec078ec8137631f24cb541f9918244f0
Author:     David Gibson <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 6 12:48:31 2007 +1100
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Tue Feb 13 14:59:52 2007 +1100

    [POWERPC] Remove ibm4{xx,4x}.h from arch/powerpc
    
    ARCH=powerpc should not use the ghastly un-multiplatformable tangle of
    includes that starts with asm-ppc/ibm4xx.h.  This patch removes a
    compile-breaking include of it from head_44x.S.
    
    Signed-off-by: David Gibson <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/head_44x.S |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/kernel/head_44x.S b/arch/powerpc/kernel/head_44x.S
index accb39d..a15d4b8 100644
--- a/arch/powerpc/kernel/head_44x.S
+++ b/arch/powerpc/kernel/head_44x.S
@@ -32,8 +32,6 @@
 #include <asm/page.h>
 #include <asm/mmu.h>
 #include <asm/pgtable.h>
-#include <asm/ibm4xx.h>
-#include <asm/ibm44x.h>
 #include <asm/cputable.h>
 #include <asm/thread_info.h>
 #include <asm/ppc_asm.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to