Skip to content

Commit ad30ee8

Browse files
Wolfram Sangkuba-moo
authored andcommitted
net: phy: broadcom: 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>'. Replace the include accordingly. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20250210113658.52019-2-wsa+renesas@sang-engineering.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 8729a9b commit ad30ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/broadcom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <linux/delay.h>
1717
#include <linux/module.h>
1818
#include <linux/phy.h>
19-
#include <linux/pm_wakeup.h>
19+
#include <linux/device.h>
2020
#include <linux/brcmphy.h>
2121
#include <linux/of.h>
2222
#include <linux/interrupt.h>

0 commit comments

Comments
 (0)