diff options
Diffstat (limited to 'arch/sparc64/kernel/traps.c')
-rw-r--r-- | arch/sparc64/kernel/traps.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sparc64/kernel/traps.c b/arch/sparc64/kernel/traps.c index 9378896589f0..342da2164239 100644 --- a/arch/sparc64/kernel/traps.c +++ b/arch/sparc64/kernel/traps.c | |||
@@ -341,10 +341,7 @@ void sun4v_data_access_exception_tl1(struct pt_regs *regs, unsigned long addr, u | |||
341 | } | 341 | } |
342 | 342 | ||
343 | #ifdef CONFIG_PCI | 343 | #ifdef CONFIG_PCI |
344 | /* This is really pathetic... */ | 344 | #include "pci_impl.h" |
345 | extern volatile int pci_poke_in_progress; | ||
346 | extern volatile int pci_poke_cpu; | ||
347 | extern volatile int pci_poke_faulted; | ||
348 | #endif | 345 | #endif |
349 | 346 | ||
350 | /* When access exceptions happen, we must do this. */ | 347 | /* When access exceptions happen, we must do this. */ |