diff options
Diffstat (limited to 'src/dev/arm/ufs_device.hh')
-rw-r--r-- | src/dev/arm/ufs_device.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dev/arm/ufs_device.hh b/src/dev/arm/ufs_device.hh index 435d5f59f..24a05b022 100644 --- a/src/dev/arm/ufs_device.hh +++ b/src/dev/arm/ufs_device.hh @@ -1129,10 +1129,8 @@ class UFSHostDevice : public DmaDevice * because the flow of the events is completely in the control of these * classes. (Whereas in the DMA case we rely on an external class) */ - std::deque<EventWrapper<UFSHostDevice, &UFSHostDevice::readDone> > - readDoneEvent; - std::deque<EventWrapper<UFSHostDevice, &UFSHostDevice::writeDone> > - writeDoneEvent; + std::deque<EventFunctionWrapper> readDoneEvent; + std::deque<EventFunctionWrapper> writeDoneEvent; /** * Callbacks for the logic units. One to indicate the completion of a |