[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPDyKFpNTCEGzi43GABuQNo6rHV_OWWLhemu3p7Za0+rs3zVTg@mail.gmail.com>
Date: Mon, 2 Dec 2024 16:23:51 +0100
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Wolfram Sang <wsa+renesas@...g-engineering.com>
Cc: linux-kernel@...r.kernel.org, linux-mmc@...r.kernel.org
Subject: Re: [PATCH 08/15] mmc: core: don't include 'pm_wakeup.h' directly
On Mon, 18 Nov 2024 at 08:29, Wolfram Sang
<wsa+renesas@...g-engineering.com> wrote:
>
> 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@...g-engineering.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> drivers/mmc/core/core.c | 1 -
> drivers/mmc/core/host.c | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
> index d6c819dd68ed..c877dae8b4e2 100644
> --- a/drivers/mmc/core/core.c
> +++ b/drivers/mmc/core/core.c
> @@ -19,7 +19,6 @@
> #include <linux/scatterlist.h>
> #include <linux/log2.h>
> #include <linux/pm_runtime.h>
> -#include <linux/pm_wakeup.h>
> #include <linux/suspend.h>
> #include <linux/fault-inject.h>
> #include <linux/random.h>
> diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c
> index 48bda70145ee..bdb22998357e 100644
> --- a/drivers/mmc/core/host.c
> +++ b/drivers/mmc/core/host.c
> @@ -14,7 +14,6 @@
> #include <linux/idr.h>
> #include <linux/of.h>
> #include <linux/pagemap.h>
> -#include <linux/pm_wakeup.h>
> #include <linux/export.h>
> #include <linux/leds.h>
> #include <linux/slab.h>
> --
> 2.39.2
>
Powered by blists - more mailing lists