summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/ofw/libofw/ofw_net.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/ofw/libofw/ofw_net.c b/sys/boot/ofw/libofw/ofw_net.c
index 456709c..5149df9 100644
--- a/sys/boot/ofw/libofw/ofw_net.c
+++ b/sys/boot/ofw/libofw/ofw_net.c
@@ -71,9 +71,7 @@ struct netif_driver ofwnet = {
NENTS(ofwn_ifs) /* netif_nifs */
};
-static phandle_t netdevice;
static ihandle_t netinstance;
-static ihandle_t memory;
static void *dmabuf;
@@ -187,7 +185,6 @@ ofwn_init(struct iodesc *desc, void *machdep_hint)
int pathlen;
chosen = OF_finddevice("/chosen");
- OF_getprop(chosen, "memory", &memory, sizeof(memory));
pathlen = OF_getprop(chosen, "bootpath", path, 64);
if ((ch = index(path, ':')) != NULL)
*ch = '\0';
OpenPOWER on IntegriCloud