Browse Source

PM / QoS: Remove unneeded linux/miscdevice.h include

pm_qos.h does not use any miscdevice, so this patch
remove this unnecessary inclusion.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Corentin LABBE 8 years ago
parent
commit
4f497a4310
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/linux/pm_qos.h

+ 0 - 1
include/linux/pm_qos.h

@@ -6,7 +6,6 @@
  */
 #include <linux/plist.h>
 #include <linux/notifier.h>
-#include <linux/miscdevice.h>
 #include <linux/device.h>
 #include <linux/workqueue.h>