Skip to content

Commit 65e890a

Browse files
committed
net: phy: en8811h: disable wordpart include
this include file is introduced with 6.9 by commit adeb043 "kernel.h: Move upper_*_bits() and lower_*_bits() to wordpart.h"
1 parent 3f99456 commit 65e890a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/air_en8811h.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <linux/phy.h>
1515
#include <linux/firmware.h>
1616
#include <linux/property.h>
17-
#include <linux/wordpart.h>
17+
//#include <linux/wordpart.h>
1818
#include <asm/unaligned.h>
1919

2020
#define EN8811H_PHY_ID 0x03a2a411

0 commit comments

Comments
 (0)