forked from Imagelibrary/rtems
Remove unused vars 'rxdmaBase', txdmaBase.
This commit is contained in:
@@ -728,14 +728,10 @@ static void ethernetInit(void *arg) {
|
|||||||
struct bfin_ethernetSoftc *sc;
|
struct bfin_ethernetSoftc *sc;
|
||||||
struct ifnet *ifp;
|
struct ifnet *ifp;
|
||||||
void *ethBase;
|
void *ethBase;
|
||||||
void *rxdmaBase;
|
|
||||||
void *txdmaBase;
|
|
||||||
|
|
||||||
sc = arg;
|
sc = arg;
|
||||||
ifp = &sc->arpcom.ac_if;
|
ifp = &sc->arpcom.ac_if;
|
||||||
ethBase = sc->ethBase;
|
ethBase = sc->ethBase;
|
||||||
rxdmaBase = sc->rxdmaBase;
|
|
||||||
txdmaBase = sc->txdmaBase;
|
|
||||||
|
|
||||||
if (sc->txDaemonTid == 0) {
|
if (sc->txDaemonTid == 0) {
|
||||||
initializeHardware(sc);
|
initializeHardware(sc);
|
||||||
|
|||||||
Reference in New Issue
Block a user