diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2007-05-08 04:58:33 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-08 05:40:31 +0200 |
commit | f728b5c3a599d0410a079f447f921a10be7d59d6 (patch) | |
tree | 4bdc0f7bc36012ae50e650762a1ea4f2f2078c66 /include | |
parent | [POWERPC] Remove use of 4level-fixup.h for ppc32 (diff) | |
download | linux-f728b5c3a599d0410a079f447f921a10be7d59d6.tar.xz linux-f728b5c3a599d0410a079f447f921a10be7d59d6.zip |
[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')
-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 { */ void (*machine_kexec)(struct kimage *image); #endif /* CONFIG_KEXEC */ - -#ifdef CONFIG_PCI_MSI - int (*enable_msi)(struct pci_dev *pdev); - void (*disable_msi)(struct pci_dev *pdev); -#endif /* CONFIG_PCI_MSI */ }; extern void power4_idle(void); |