diff options
| author | Michael Ellerman <michael@ellerman.id.au> | 2007-05-07 22:58:33 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2007-05-07 23:40:31 -0400 |
| commit | f728b5c3a599d0410a079f447f921a10be7d59d6 (patch) | |
| tree | 4bdc0f7bc36012ae50e650762a1ea4f2f2078c66 /include/asm-powerpc/machdep.h | |
| parent | d1953c8888ef034b912ee33bc2ea2cce6a414402 (diff) | |
[POWERPC] Rip out the existing powerpc msi stubs
Rip out the existing powerpc msi stubs. These were the start of an
implementation based on ppc_md calls, but were never used in mainline.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/machdep.h')
| -rw-r--r-- | include/asm-powerpc/machdep.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index 6fdabd6dfb3e..daa08b1c2121 100644 --- a/include/asm-powerpc/machdep.h +++ b/include/asm-powerpc/machdep.h | |||
| @@ -245,11 +245,6 @@ struct machdep_calls { | |||
| 245 | */ | 245 | */ |
| 246 | void (*machine_kexec)(struct kimage *image); | 246 | void (*machine_kexec)(struct kimage *image); |
| 247 | #endif /* CONFIG_KEXEC */ | 247 | #endif /* CONFIG_KEXEC */ |
| 248 | |||
| 249 | #ifdef CONFIG_PCI_MSI | ||
| 250 | int (*enable_msi)(struct pci_dev *pdev); | ||
| 251 | void (*disable_msi)(struct pci_dev *pdev); | ||
| 252 | #endif /* CONFIG_PCI_MSI */ | ||
| 253 | }; | 248 | }; |
| 254 | 249 | ||
| 255 | extern void power4_idle(void); | 250 | extern void power4_idle(void); |
