diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-31 00:01:09 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-31 00:01:09 +0300 |
commit | 3ccabd6d9d9b0da5780e0386b4bf7c5f07669e37 (patch) | |
tree | a9159e4621186178e577a3899f57dece27b986f6 /arch/x86/kernel/process.c | |
parent | 5289d3005a36c305a71e6c9187cddf990bdcfc8b (diff) | |
parent | 782bf20c2a1795f35dcd526aa8005cd1870745da (diff) | |
download | linux-3ccabd6d9d9b0da5780e0386b4bf7c5f07669e37.tar.xz |
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 cleanups from Ingo Molnar:
"Misc cleanups"
* 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86: Remove unused IOMMU_STRESS Kconfig
x86/extable: Mark exception handler functions visible
x86/timer: Don't inline __const_udelay
x86/headers: Remove duplicate #includes
Diffstat (limited to 'arch/x86/kernel/process.c')
-rw-r--r-- | arch/x86/kernel/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index cb368c2a22ab..03408b942adb 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c @@ -21,7 +21,6 @@ #include <linux/dmi.h> #include <linux/utsname.h> #include <linux/stackprotector.h> -#include <linux/tick.h> #include <linux/cpuidle.h> #include <trace/events/power.h> #include <linux/hw_breakpoint.h> |