diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2024-11-18 08:29:06 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2024-12-11 19:48:17 +0100 |
commit | ff8f969da0532fd4220eaa1ddfbd9cabdf20476c (patch) | |
tree | f7ad0753ba965658c04ff4feacd095c098c8b809 | |
parent | ef2cc59cb623444a5b57ce55b336e0185f78e762 (diff) |
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>
-rw-r--r-- | drivers/media/rc/mceusb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index d5ea3868d5a3..044767eb3a38 100644 --- a/drivers/media/rc/mceusb.c +++ b/drivers/media/rc/mceusb.c @@ -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" |