Commit 30321108 authored by Andy Shevchenko's avatar Andy Shevchenko

platform/x86: intel_turbo_max_3: Sort headers alphabetically

Sort headers alphabetically for better maintenance.

No functional change.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 917f450a
...@@ -17,12 +17,13 @@ ...@@ -17,12 +17,13 @@
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h> #include <linux/cpufeature.h>
#include <linux/cpuhotplug.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h>
#include <linux/topology.h> #include <linux/topology.h>
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <linux/cpuhotplug.h>
#include <linux/cpufeature.h>
#include <asm/cpu_device_id.h> #include <asm/cpu_device_id.h>
#include <asm/intel-family.h> #include <asm/intel-family.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment