summaryrefslogtreecommitdiff
path: root/src/dev/io_device.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/io_device.hh')
-rw-r--r--src/dev/io_device.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/io_device.hh b/src/dev/io_device.hh
index 8dc3f943a..c9e25d224 100644
--- a/src/dev/io_device.hh
+++ b/src/dev/io_device.hh
@@ -44,10 +44,10 @@
#ifndef __DEV_IO_DEVICE_HH__
#define __DEV_IO_DEVICE_HH__
-#include "mem/mem_object.hh"
#include "mem/tport.hh"
#include "params/BasicPioDevice.hh"
#include "params/PioDevice.hh"
+#include "sim/clocked_object.hh"
class PioDevice;
class System;
@@ -81,7 +81,7 @@ class PioPort : public SimpleTimingPort
* mode we are in, etc is handled by the PioPort so the device doesn't have to
* bother.
*/
-class PioDevice : public MemObject
+class PioDevice : public ClockedObject
{
protected:
System *sys;