diff options
Diffstat (limited to 'arch/x86/kernel/reboot.c')
| -rw-r--r-- | arch/x86/kernel/reboot.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index f93078746e0..2b97fc5b124 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c @@ -23,7 +23,7 @@  # include <linux/ctype.h>  # include <linux/mc146818rtc.h>  #else -# include <asm/iommu.h> +# include <asm/x86_init.h>  #endif  /* @@ -622,7 +622,7 @@ void native_machine_shutdown(void)  #endif  #ifdef CONFIG_X86_64 -	pci_iommu_shutdown(); +	x86_platform.iommu_shutdown();  #endif  }  |