[POWERPC] 4xx: Include missing header
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Fri, 14 Dec 2007 12:36:35 +0000 (06:36 -0600)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Sun, 23 Dec 2007 19:28:24 +0000 (13:28 -0600)
A small error caused a header file to be removed making sequoia support no
longer compile.  Fix it.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/platforms/44x/sequoia.c

index 5185b5cb48c9a4ef40806554018cba1bdfd11d43..b9085a6c4c1064b7b7025b54520785eea949a504 100644 (file)
@@ -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", },