diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2007-05-08 12:58:33 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-08 13:40:31 +1000 |
commit | f728b5c3a599d0410a079f447f921a10be7d59d6 (patch) | |
tree | 4bdc0f7bc36012ae50e650762a1ea4f2f2078c66 /include | |
parent | d1953c8888ef034b912ee33bc2ea2cce6a414402 (diff) | |
download | op-kernel-dev-f728b5c3a599d0410a079f447f921a10be7d59d6.zip op-kernel-dev-f728b5c3a599d0410a079f447f921a10be7d59d6.tar.gz |
[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 6fdabd6..daa08b1 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); |