Skip to content

Commit

Permalink
[POWERPC] 4xx: Include missing header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Josh Boyer committed Dec 23, 2007
1 parent 58c5019 commit af7baf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/44x/sequoia.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
Expand Down

0 comments on commit af7baf9

Please sign in to comment.