From: Wolfram Sang Date: Mon, 18 Nov 2024 07:29:07 +0000 (+0100) Subject: mmc: core: don't include 'pm_wakeup.h' directly X-Git-Tag: v6.14-rc1~153^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65169604e8d00308c23d66d02a70d67a5e4ff68c;p=thirdparty%2Fkernel%2Flinux.git mmc: core: 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 Message-ID: <20241118072917.3853-9-wsa+renesas@sang-engineering.com> Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 4ba28a10b2dfa..5241528f8b90f 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c index 48bda70145ee6..bdb22998357ea 100644 --- a/drivers/mmc/core/host.c +++ b/drivers/mmc/core/host.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include