commit | b60fc8bbd2d0ea2a9b1fc7271d521fcf47f27bfd | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Mon Oct 10 14:14:55 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Oct 10 14:14:55 2005 +1000 |
tree | bd3fb544fc6ea9484fddb6ba6e05f1027b8b0c63 | |
parent | b5bbeb23732196558222a2827092f5b7be8a7945 [diff] [blame] |
powerpc: Make some #includes explicit. In preparation for merging processor.h, this adds some explicit but won't be after the merge. Signed-off-by: Paul Mackerras <paulus@samba.org>
diff --git a/arch/ppc/kernel/pci.c b/arch/ppc/kernel/pci.c index b5cf52f..6600fd4 100644 --- a/arch/ppc/kernel/pci.c +++ b/arch/ppc/kernel/pci.c
@@ -21,6 +21,7 @@ #include <asm/byteorder.h> #include <asm/irq.h> #include <asm/uaccess.h> +#include <asm/machdep.h> #undef DEBUG