Skip to content

Commit 816875a

Browse files
Wolfram Sangbjorn-helgaas
authored andcommitted
PCI: Don't include 'pm_wakeup.h' directly
The header clearly states that it does not want to be included directly, only via 'device.h'. The 'platform_device.h' works equally well. Thus, remove the direct inclusion. Link: https://lore.kernel.org/r/20241118072917.3853-12-wsa+renesas@sang-engineering.com Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent e10c5cb commit 816875a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pci/pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <linux/string.h>
2424
#include <linux/log2.h>
2525
#include <linux/logic_pio.h>
26-
#include <linux/pm_wakeup.h>
2726
#include <linux/device.h>
2827
#include <linux/pm_runtime.h>
2928
#include <linux/pci_hotplug.h>

0 commit comments

Comments
 (0)