cpufreq: intel_pstate: Do not include debugfs.h
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 30 Mar 2018 09:52:19 +0000 (11:52 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 10 Apr 2018 06:38:02 +0000 (08:38 +0200)
The intel_pstate driver doesn't use debugfs any more, so drop
linux/debugfs.h from the list of included headers in it.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/intel_pstate.c

index 6d084c61ee2532e44d05df2dcc57bdb32d0d793f..17e566afbb41c3da0a720a56905972dffb229ec6 100644 (file)
@@ -26,7 +26,6 @@
 #include <linux/sysfs.h>
 #include <linux/types.h>
 #include <linux/fs.h>
-#include <linux/debugfs.h>
 #include <linux/acpi.h>
 #include <linux/vmalloc.h>
 #include <trace/events/power.h>