Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=af7baf9259c12cfbe927a674f3bd17d855d1e156
Commit:     af7baf9259c12cfbe927a674f3bd17d855d1e156
Parent:     58c50192675cfbaa51cf9ccf2ef1180d45170ec8
Author:     Josh Boyer <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 14 06:36:35 2007 -0600
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Sun Dec 23 13:28:24 2007 -0600

    [POWERPC] 4xx: Include missing header
    
    A small error caused a header file to be removed making sequoia support no
    longer compile.  Fix it.
    
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/44x/sequoia.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/44x/sequoia.c 
b/arch/powerpc/platforms/44x/sequoia.c
index 5185b5c..b9085a6 100644
--- a/arch/powerpc/platforms/44x/sequoia.c
+++ b/arch/powerpc/platforms/44x/sequoia.c
@@ -23,6 +23,7 @@
 #include <asm/uic.h>
 #include <asm/pci-bridge.h>
 
+#include "44x.h"
 
 static struct of_device_id sequoia_of_bus[] = {
        { .compatible = "ibm,plb4", },
-
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