Message ID | 20250210113710.52071-2-wsa+renesas@sang-engineering.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4d3f687e2432e4f40e0e21b65c965bcbb98d3951 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [RESEND] net: wwan: t7xx: don't include '<linux/pm_wakeup.h>' directly | expand |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 10 Feb 2025 12:37:11 +0100 you wrote: > The header clearly states that it does not want to be included directly, > only via '<linux/(platform_)?device.h>'. Which is already present, so > delete the superfluous include. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > Acked-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> > > [...] Here is the summary with links: - [RESEND] net: wwan: t7xx: don't include '<linux/pm_wakeup.h>' directly https://git.kernel.org/netdev/net-next/c/4d3f687e2432 You are awesome, thank you!
diff --git a/drivers/net/wwan/t7xx/t7xx_pci.c b/drivers/net/wwan/t7xx/t7xx_pci.c index 02f2ec7cf4ce..8bf63f2dcbbf 100644 --- a/drivers/net/wwan/t7xx/t7xx_pci.c +++ b/drivers/net/wwan/t7xx/t7xx_pci.c @@ -32,7 +32,6 @@ #include <linux/pci.h> #include <linux/pm.h> #include <linux/pm_runtime.h> -#include <linux/pm_wakeup.h> #include <linux/spinlock.h> #include "t7xx_mhccif.h"