The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH RESEND] net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directly
@ 2025-02-10 11:36 Wolfram Sang
  2025-02-10 13:00 ` Andrew Lunn
  2025-02-12  0:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2025-02-10 11:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: Wolfram Sang, Florian Fainelli,
	Broadcom internal kernel review list, Andrew Lunn,
	Heiner Kallweit, Russell King, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev

The header clearly states that it does not want to be included directly,
only via '<linux/(platform_)?device.h>'. Replace the include accordingly.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
---
 drivers/net/phy/broadcom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c
index 22edb7e4c1a1..13e43fee1906 100644
--- a/drivers/net/phy/broadcom.c
+++ b/drivers/net/phy/broadcom.c
@@ -16,7 +16,7 @@
 #include <linux/delay.h>
 #include <linux/module.h>
 #include <linux/phy.h>
-#include <linux/pm_wakeup.h>
+#include <linux/device.h>
 #include <linux/brcmphy.h>
 #include <linux/of.h>
 #include <linux/interrupt.h>
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH RESEND] net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directly
  2025-02-10 11:36 [PATCH RESEND] net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directly Wolfram Sang
@ 2025-02-10 13:00 ` Andrew Lunn
  2025-02-12  0:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2025-02-10 13:00 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-kernel, Florian Fainelli,
	Broadcom internal kernel review list, Heiner Kallweit,
	Russell King, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, netdev

On Mon, Feb 10, 2025 at 12:36:59PM +0100, Wolfram Sang wrote:
> The header clearly states that it does not want to be included directly,
> only via '<linux/(platform_)?device.h>'. Replace the include accordingly.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH RESEND] net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directly
  2025-02-10 11:36 [PATCH RESEND] net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directly Wolfram Sang
  2025-02-10 13:00 ` Andrew Lunn
@ 2025-02-12  0:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-02-12  0:40 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-kernel, florian.fainelli, bcm-kernel-feedback-list, andrew,
	hkallweit1, linux, davem, edumazet, kuba, pabeni, netdev

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 10 Feb 2025 12:36:59 +0100 you wrote:
> The header clearly states that it does not want to be included directly,
> only via '<linux/(platform_)?device.h>'. Replace the include accordingly.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
> ---
>  drivers/net/phy/broadcom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [RESEND] net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directly
    https://git.kernel.org/netdev/net-next/c/ad30ee801388

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-12  0:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 11:36 [PATCH RESEND] net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directly Wolfram Sang
2025-02-10 13:00 ` Andrew Lunn
2025-02-12  0:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox