mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
make RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG static
This commit is contained in:
parent
9280f2649a
commit
77ffd636fa
@ -400,7 +400,7 @@ static void rtl8169_hw_PHY_config(struct nic *nic __unused);
|
||||
// 20-16 5-bit GMII/MII register address
|
||||
// 15-0 16-bit GMII/MII register data
|
||||
//=================================================================
|
||||
void RTL8169_WRITE_GMII_REG(unsigned long ioaddr, int RegAddr, int value)
|
||||
static void RTL8169_WRITE_GMII_REG(unsigned long ioaddr, int RegAddr, int value)
|
||||
{
|
||||
int i;
|
||||
|
||||
@ -418,7 +418,7 @@ void RTL8169_WRITE_GMII_REG(unsigned long ioaddr, int RegAddr, int value)
|
||||
}
|
||||
|
||||
//=================================================================
|
||||
int RTL8169_READ_GMII_REG(unsigned long ioaddr, int RegAddr)
|
||||
static int RTL8169_READ_GMII_REG(unsigned long ioaddr, int RegAddr)
|
||||
{
|
||||
int i, value = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user