diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-09-26 11:27:14 -0400 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-09-27 05:18:20 -0400 |
commit | 303211089c966db3933d4efc91bcaf10e235ad34 (patch) | |
tree | 1ac80858685dad8eae18410dc6887148455c66ee | |
parent | 917f450aa3fa84c7682537b008b837806a77d99a (diff) |
platform/x86: intel_turbo_max_3: Sort headers alphabetically
Sort headers alphabetically for better maintenance.
No functional change.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-rw-r--r-- | drivers/platform/x86/intel_turbo_max_3.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/platform/x86/intel_turbo_max_3.c b/drivers/platform/x86/intel_turbo_max_3.c index a6d5aa0c3c47..0e1bdb883ceb 100644 --- a/drivers/platform/x86/intel_turbo_max_3.c +++ b/drivers/platform/x86/intel_turbo_max_3.c | |||
@@ -17,12 +17,13 @@ | |||
17 | */ | 17 | */ |
18 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 18 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
19 | 19 | ||
20 | #include <linux/kernel.h> | 20 | #include <linux/cpufeature.h> |
21 | #include <linux/cpuhotplug.h> | ||
21 | #include <linux/init.h> | 22 | #include <linux/init.h> |
23 | #include <linux/kernel.h> | ||
22 | #include <linux/topology.h> | 24 | #include <linux/topology.h> |
23 | #include <linux/workqueue.h> | 25 | #include <linux/workqueue.h> |
24 | #include <linux/cpuhotplug.h> | 26 | |
25 | #include <linux/cpufeature.h> | ||
26 | #include <asm/cpu_device_id.h> | 27 | #include <asm/cpu_device_id.h> |
27 | #include <asm/intel-family.h> | 28 | #include <asm/intel-family.h> |
28 | 29 | ||