Skip to content

Commit 4d3f687

Browse files
Wolfram Sangkuba-moo
authored andcommitted
net: wwan: t7xx: don't include '<linux/pm_wakeup.h>' directly
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> Link: https://patch.msgid.link/20250210113710.52071-2-wsa+renesas@sang-engineering.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent ad30ee8 commit 4d3f687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/wwan/t7xx/t7xx_pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include <linux/pci.h>
3333
#include <linux/pm.h>
3434
#include <linux/pm_runtime.h>
35-
#include <linux/pm_wakeup.h>
3635
#include <linux/spinlock.h>
3736

3837
#include "t7xx_mhccif.h"

0 commit comments

Comments
 (0)