Revert to 74c1e6513bd0 (sim: Thermal support for Linux)

This commit is contained in:
Andreas Sandberg
2016-04-07 10:42:07 +01:00
parent be28d96510
commit fd52a63e24
24 changed files with 4 additions and 305 deletions

View File

@@ -472,8 +472,6 @@ FlashDevice::getUnknownPages(uint32_t index)
void
FlashDevice::regStats()
{
AbstractNVM::regStats();
using namespace Stats;
std::string fd_name = name() + ".FlashDevice";

View File

@@ -97,8 +97,6 @@ HDLcd::~HDLcd()
void
HDLcd::regStats()
{
AmbaDmaDevice::regStats();
using namespace Stats;
stats.underruns

View File

@@ -774,8 +774,6 @@ UFSHostDeviceParams::create()
void
UFSHostDevice::regStats()
{
DmaDevice::regStats();
using namespace Stats;
std::string UFSHost_name = name() + ".UFSDiskHost";