From: Wolfram Sang Date: Mon, 18 Nov 2024 07:29:10 +0000 (+0100) Subject: PCI: Don't include 'pm_wakeup.h' directly X-Git-Tag: v6.14-rc1~90^2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=816875a468f40a601da001d7518ddbf363381a18;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Krzysztof WilczyƄski Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 0b29ec6e8e5e2..68d1f815b0714 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include