Skip to content

Commit ff8f969

Browse files
Wolfram Sangmchehab
authored andcommitted
media: mceusb: don't include 'pm_wakeup.h' directly
The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent ef2cc59 commit ff8f969

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/media/rc/mceusb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include <linux/workqueue.h>
2929
#include <linux/usb.h>
3030
#include <linux/usb/input.h>
31-
#include <linux/pm_wakeup.h>
3231
#include <media/rc-core.h>
3332

3433
#define DRIVER_VERSION "1.95"

0 commit comments

Comments
 (0)