Remove unused vars 'rxdmaBase', txdmaBase.

This commit is contained in:
Ralf Corsépius
2012-10-19 14:01:23 +02:00
parent 37a532b99a
commit 02687e22bd
-4
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);