Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f822c62 authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller
Browse files

net: phy: broadcom: include phy.h for brcmphy.h



We utilize inline functions from the PHY library, make sure that we do
include phy.h in brcmphy.h in order for the code including brcmphy.h not
to have to resolve this inclusion dependency.

Fixes: 70531479 ("net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.h")
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f9c2ff22
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#ifndef _LINUX_BRCMPHY_H
#define _LINUX_BRCMPHY_H

#include <linux/phy.h>

#define PHY_ID_BCM50610			0x0143bd60
#define PHY_ID_BCM50610M		0x0143bd70
#define PHY_ID_BCM5241			0x0143bc30