summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel_telemetry_pltdrv.c
diff options
context:
space:
mode:
authorRajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>2017-10-10 13:05:19 +0300
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2017-10-23 20:01:52 +0300
commita5e50220edbdd1ec8912c191a0f5272d629743bf (patch)
treebcb56a46f1bf2dcf0d5dc403e6e175dbe32f7826 /drivers/platform/x86/intel_telemetry_pltdrv.c
parent999c8397df590aad2ed8e67250ccf4816484153b (diff)
downloadlinux-a5e50220edbdd1ec8912c191a0f5272d629743bf.tar.xz
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: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/intel_telemetry_pltdrv.c')
-rw-r--r--drivers/platform/x86/intel_telemetry_pltdrv.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/platform/x86/intel_telemetry_pltdrv.c b/drivers/platform/x86/intel_telemetry_pltdrv.c
index 3daf92e1282f..678abf2e9e92 100644
--- a/drivers/platform/x86/intel_telemetry_pltdrv.c
+++ b/drivers/platform/x86/intel_telemetry_pltdrv.c
@@ -17,14 +17,6 @@
* The accumulated results are fetched from SRAM.
*/
#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 <asm/cpu_device_id.h>