aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2007-05-08 12:58:33 +1000
committerPaul Mackerras <paulus@samba.org>2007-05-08 13:40:31 +1000
commitf728b5c3a599d0410a079f447f921a10be7d59d6 (patch)
tree4bdc0f7bc36012ae50e650762a1ea4f2f2078c66 /include/asm-powerpc
parent[POWERPC] Remove use of 4level-fixup.h for ppc32 (diff)
downloadlinux-dev-f728b5c3a599d0410a079f447f921a10be7d59d6.tar.xz
linux-dev-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/asm-powerpc')
-rw-r--r--include/asm-powerpc/machdep.h5
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);