]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: wwan: t7xx: don't include '<linux/pm_wakeup.h>' directly
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 10 Feb 2025 11:37:11 +0000 (12:37 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 12 Feb 2025 00:37:30 +0000 (16:37 -0800)
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>
drivers/net/wwan/t7xx/t7xx_pci.c

index 02f2ec7cf4cee5c94af86ee12a1d23ff57592488..8bf63f2dcbbfd60fff4f11180d9f7dc28ec78ee3 100644 (file)
@@ -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"