aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-04 20:38:25 -0700
committerJosh Blum <josh@joshknows.com>2010-11-04 20:38:25 -0700
commitfcf9f6ba329df2538286aabe20dd26628fc4ab43 (patch)
treee59345a0e9513ae7595a79602b4a688343541089 /host/lib/usrp/usrp2/usrp2_impl.hpp
parent7c36bc7b7456225f613887a2b84ebefac2b1c208 (diff)
downloaduhd-fcf9f6ba329df2538286aabe20dd26628fc4ab43.tar.gz
uhd-fcf9f6ba329df2538286aabe20dd26628fc4ab43.tar.bz2
uhd-fcf9f6ba329df2538286aabe20dd26628fc4ab43.zip
usrp2: move mboard eeprom instance into iface to the clock control can access it
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index 0a56ec788..71f52878c 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -29,7 +29,6 @@
#include <uhd/types/stream_cmd.hpp>
#include <uhd/types/clock_config.hpp>
#include <uhd/usrp/dboard_eeprom.hpp>
-#include <uhd/usrp/mboard_eeprom.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <uhd/transport/vrt_if_packet.hpp>
@@ -110,7 +109,6 @@ private:
void get(const wax::obj &, wax::obj &);
void set(const wax::obj &, const wax::obj &);
uhd::usrp::subdev_spec_t _rx_subdev_spec, _tx_subdev_spec;
- uhd::usrp::mboard_eeprom_t _mboard_eeprom;
//rx and tx dboard methods and objects
uhd::usrp::dboard_manager::sptr _dboard_manager;