mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue