Skip to content

Commit

Permalink
net: phy: en8811h: disable wordpart include
Browse files Browse the repository at this point in the history
this include file is introduced with 6.9 by commit adeb043
"kernel.h: Move upper_*_bits() and lower_*_bits() to wordpart.h"
  • Loading branch information
frank-w committed Apr 6, 2024
1 parent 3f99456 commit 65e890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/air_en8811h.c
Expand Up @@ -14,7 +14,7 @@
#include <linux/phy.h>
#include <linux/firmware.h>
#include <linux/property.h>
#include <linux/wordpart.h>
//#include <linux/wordpart.h>
#include <asm/unaligned.h>

#define EN8811H_PHY_ID 0x03a2a411
Expand Down

0 comments on commit 65e890a

Please sign in to comment.