diff options
author | Josh Boyer | 2007-12-14 06:36:35 -0600 |
---|---|---|
committer | Josh Boyer | 2007-12-23 13:28:24 -0600 |
commit | af7baf9259c12cfbe927a674f3bd17d855d1e156 (patch) | |
tree | e18c02f08c241efd544d75b01357f5b0956b419e /arch/powerpc/platforms/44x | |
parent | 58c50192675cfbaa51cf9ccf2ef1180d45170ec8 (diff) |
[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>
Diffstat (limited to 'arch/powerpc/platforms/44x')
-rw-r--r-- | 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 5185b5cb48c9..b9085a6c4c10 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", }, |