summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin/network/ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/bfin/network/ethernet.c')
-rw-r--r--c/src/lib/libcpu/bfin/network/ethernet.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/bfin/network/ethernet.c b/c/src/lib/libcpu/bfin/network/ethernet.c
index 8637e98b8c..9dc3519407 100644
--- a/c/src/lib/libcpu/bfin/network/ethernet.c
+++ b/c/src/lib/libcpu/bfin/network/ethernet.c
@@ -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);