mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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 <wsa+renesas@sang-engineering.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
ef2cc59cb6
commit
ff8f969da0
|
|
@ -28,7 +28,6 @@
|
|||
#include <linux/workqueue.h>
|
||||
#include <linux/usb.h>
|
||||
#include <linux/usb/input.h>
|
||||
#include <linux/pm_wakeup.h>
|
||||
#include <media/rc-core.h>
|
||||
|
||||
#define DRIVER_VERSION "1.95"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user