Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wolfram Sang and committed by
Mauro Carvalho Chehab
ff8f969d ef2cc59c

-1
-1
drivers/media/rc/mceusb.c
··· 28 28 #include <linux/workqueue.h> 29 29 #include <linux/usb.h> 30 30 #include <linux/usb/input.h> 31 - #include <linux/pm_wakeup.h> 32 31 #include <media/rc-core.h> 33 32 34 33 #define DRIVER_VERSION "1.95"