mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
if_xae: Remove unused variables.
This commit is contained in:
parent
0146e4ce2f
commit
8209266cab
1 changed files with 0 additions and 6 deletions
|
|
@ -256,9 +256,6 @@ xae_xdma_rx_intr(void *arg, xdma_transfer_status_t *status)
|
|||
static void
|
||||
xae_qflush(struct ifnet *ifp)
|
||||
{
|
||||
struct xae_softc *sc;
|
||||
|
||||
sc = ifp->if_softc;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
@ -748,9 +745,6 @@ static void
|
|||
xae_phy_fixup(struct xae_softc *sc)
|
||||
{
|
||||
uint32_t reg;
|
||||
device_t dev;
|
||||
|
||||
dev = sc->dev;
|
||||
|
||||
do {
|
||||
WRITE_TI_EREG(sc, DP83867_SGMIICTL1, SGMIICTL1_SGMII_6W);
|
||||
|
|
|
|||
Loading…
Reference in a new issue