]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: typec: tcpci_mt6370: don't include 'pm_wakeup.h' directly
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 18 Nov 2024 07:29:13 +0000 (08:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2024 15:03:22 +0000 (16:03 +0100)
commit9fbffc58ddfbd82f9442a9afb61a734036664784
treef4131ecc8a60e05123cd6d9301e4173da6021a68
parentcdd30ebb1b9f36159d66f088b61aee264e649d7a
usb: typec: tcpci_mt6370: 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>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20241118072917.3853-15-wsa+renesas@sang-engineering.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/tcpci_mt6370.c