mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 02:52:22 +00:00
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>
This commit is contained in:
parent
917f450aa3
commit
303211089c
@ -17,12 +17,13 @@
|
||||
*/
|
||||
#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/kernel.h>
|
||||
#include <linux/topology.h>
|
||||
#include <linux/workqueue.h>
|
||||
#include <linux/cpuhotplug.h>
|
||||
#include <linux/cpufeature.h>
|
||||
|
||||
#include <asm/cpu_device_id.h>
|
||||
#include <asm/intel-family.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user