aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 {
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
255extern void power4_idle(void); 250extern void power4_idle(void);