Remove unused vars 'rxdmaBase', txdmaBase.

This commit is contained in:
Ralf Corsépius
2012-10-18 15:22:58 +02:00
parent 37a532b99a
commit 02687e22bd

View File

@@ -728,14 +728,10 @@ static void ethernetInit(void *arg) {
struct bfin_ethernetSoftc *sc;
struct ifnet *ifp;
void *ethBase;
void *rxdmaBase;
void *txdmaBase;
sc = arg;
ifp = &sc->arpcom.ac_if;
ethBase = sc->ethBase;
rxdmaBase = sc->rxdmaBase;
txdmaBase = sc->txdmaBase;
if (sc->txDaemonTid == 0) {
initializeHardware(sc);