summaryrefslogtreecommitdiffstats
path: root/firmware/zpu/usrp2p/ethernet.c
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-03-15 10:28:16 -0700
committerJosh Blum <josh@joshknows.com>2011-03-15 10:28:16 -0700
commit77481462d160e00ca6664bbbacad90a3253e47eb (patch)
treec77fe3f82e0841f15cec7bc7c458afa680ce8730 /firmware/zpu/usrp2p/ethernet.c
parentb3d6f86d38f8e7d9d06f8c057614fd034b78ef86 (diff)
downloaduhd-77481462d160e00ca6664bbbacad90a3253e47eb.tar.gz
uhd-77481462d160e00ca6664bbbacad90a3253e47eb.tar.bz2
uhd-77481462d160e00ca6664bbbacad90a3253e47eb.zip
usrp2: common memory map, define slave bases in different headers
Diffstat (limited to 'firmware/zpu/usrp2p/ethernet.c')
-rw-r--r--firmware/zpu/usrp2p/ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/zpu/usrp2p/ethernet.c b/firmware/zpu/usrp2p/ethernet.c
index 03891f959..f5bd9f121 100644
--- a/firmware/zpu/usrp2p/ethernet.c
+++ b/firmware/zpu/usrp2p/ethernet.c
@@ -1,4 +1,5 @@
/*
+ * Copyright 2011 Ettus Research LLC
* Copyright 2007 Free Software Foundation, Inc.
*
* This program is free software: you can redistribute it and/or modify
@@ -21,7 +22,6 @@
#include "memory_map.h"
#include "eth_phy.h"
#include <eth_mac.h>
-#include <eth_mac_regs.h>
#include <pic.h>
#include <hal_io.h>
#include <nonstdio.h>