PM / QoS: Remove unneeded linux/miscdevice.h include
authorCorentin LABBE <[email protected]>
Thu, 15 Dec 2016 10:15:25 +0000 (11:15 +0100)
committerRafael J. Wysocki <[email protected]>
Fri, 27 Jan 2017 10:26:58 +0000 (11:26 +0100)
pm_qos.h does not use any miscdevice, so this patch
remove this unnecessary inclusion.

Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
include/linux/pm_qos.h

index 0f65d36c2a75153c4f0c1b47f2ff351ca5365239..d4d34791e4635f168b7ac8e05ebe0c734e6a3191 100644 (file)
@@ -6,7 +6,6 @@
  */
 #include <linux/plist.h>
 #include <linux/notifier.h>
-#include <linux/miscdevice.h>
 #include <linux/device.h>
 #include <linux/workqueue.h>