diff options
| -rw-r--r-- | arch/powerpc/platforms/cell/ras.c | 1 | ||||
| -rw-r--r-- | arch/powerpc/platforms/pseries/pci_dlpar.c | 1 | ||||
| -rw-r--r-- | drivers/ps3/ps3-lpm.c | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/ras.c b/arch/powerpc/platforms/cell/ras.c index fdf088f2430e..7b4cefa2199b 100644 --- a/arch/powerpc/platforms/cell/ras.c +++ b/arch/powerpc/platforms/cell/ras.c | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | #include <linux/kexec.h> | 16 | #include <linux/kexec.h> |
| 17 | #include <linux/crash_dump.h> | 17 | #include <linux/crash_dump.h> |
| 18 | 18 | ||
| 19 | #include <asm/kexec.h> | ||
| 19 | #include <asm/reg.h> | 20 | #include <asm/reg.h> |
| 20 | #include <asm/io.h> | 21 | #include <asm/io.h> |
| 21 | #include <asm/prom.h> | 22 | #include <asm/prom.h> |
diff --git a/arch/powerpc/platforms/pseries/pci_dlpar.c b/arch/powerpc/platforms/pseries/pci_dlpar.c index 31481dc485de..7190493e9bdc 100644 --- a/arch/powerpc/platforms/pseries/pci_dlpar.c +++ b/arch/powerpc/platforms/pseries/pci_dlpar.c | |||
| @@ -189,7 +189,6 @@ struct pci_controller * __devinit init_phb_dynamic(struct device_node *dn) | |||
| 189 | { | 189 | { |
| 190 | struct pci_controller *phb; | 190 | struct pci_controller *phb; |
| 191 | int primary; | 191 | int primary; |
| 192 | struct pci_bus *b; | ||
| 193 | 192 | ||
| 194 | primary = list_empty(&hose_list); | 193 | primary = list_empty(&hose_list); |
| 195 | phb = pcibios_alloc_controller(dn); | 194 | phb = pcibios_alloc_controller(dn); |
diff --git a/drivers/ps3/ps3-lpm.c b/drivers/ps3/ps3-lpm.c index 85edf945ab86..204158cf7a55 100644 --- a/drivers/ps3/ps3-lpm.c +++ b/drivers/ps3/ps3-lpm.c | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | #include <linux/module.h> | 22 | #include <linux/module.h> |
| 23 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
| 24 | #include <linux/uaccess.h> | 24 | #include <linux/uaccess.h> |
| 25 | #include <asm/smp.h> | ||
| 25 | #include <asm/time.h> | 26 | #include <asm/time.h> |
| 26 | #include <asm/ps3.h> | 27 | #include <asm/ps3.h> |
| 27 | #include <asm/lv1call.h> | 28 | #include <asm/lv1call.h> |
