DmaDevice: fix minor type in error message.
[gem5.git] / src / dev / etherint.cc
index 3f81591e965a64773a83d13daea6f8f0a1a0c235..e9f8307021f6aff00a16ae319d7981e388daa34a 100644 (file)
@@ -30,7 +30,6 @@
 
 #include "dev/etherint.hh"
 #include "base/misc.hh"
-#include "sim/param.hh"
 #include "sim/sim_object.hh"
 
 void
@@ -42,6 +41,3 @@ EtherInt::setPeer(EtherInt *p)
 
     peer = p;
 }
-
-DEFINE_SIM_OBJECT_CLASS_NAME("EtherInt", EtherInt)
-