Browse Source

[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 <jwboyer@linux.vnet.ibm.com>
Josh Boyer 17 years ago
parent
commit
af7baf9259
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/powerpc/platforms/44x/sequoia.c

+ 1 - 0
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", },