Commit a5e50220 authored by Rajneesh Bhardwaj's avatar Rajneesh Bhardwaj Committed by Andy Shevchenko

platform/x86: intel_telemetry: cleanup redundant headers

Removes unnecessary header files included in the driver and sorts the
remaining ones in the alphabetical order.
Signed-off-by: default avatarRajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 999c8397
...@@ -15,9 +15,8 @@ ...@@ -15,9 +15,8 @@
* Telemetry Framework provides platform related PM and performance statistics. * Telemetry Framework provides platform related PM and performance statistics.
* This file provides the core telemetry API implementation. * This file provides the core telemetry API implementation.
*/ */
#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/module.h>
#include <asm/intel_telemetry.h> #include <asm/intel_telemetry.h>
......
...@@ -21,14 +21,12 @@ ...@@ -21,14 +21,12 @@
* /sys/kernel/debug/telemetry/ioss_race_verbosity: Write and Change Tracing * /sys/kernel/debug/telemetry/ioss_race_verbosity: Write and Change Tracing
* Verbosity via firmware * Verbosity via firmware
*/ */
#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/seq_file.h> #include <linux/device.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/uaccess.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/seq_file.h>
#include <linux/suspend.h> #include <linux/suspend.h>
#include <asm/cpu_device_id.h> #include <asm/cpu_device_id.h>
......
...@@ -17,14 +17,6 @@ ...@@ -17,14 +17,6 @@
* The accumulated results are fetched from SRAM. * The accumulated results are fetched from SRAM.
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <linux/io.h>
#include <linux/uaccess.h>
#include <linux/pci.h>
#include <linux/suspend.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <asm/cpu_device_id.h> #include <asm/cpu_device_id.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