hwmonio: split IoAccess object out
Split out the hwmon io access object from the sysfs namespace
into its own.
Change-Id: I8d1a45630117d1d503d0d5fa6061163911b695e8
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/fan_speed.hpp b/fan_speed.hpp
index 7fc303a..fb97303 100644
--- a/fan_speed.hpp
+++ b/fan_speed.hpp
@@ -1,5 +1,6 @@
#pragma once
+#include "hwmonio.hpp"
#include "interface.hpp"
#include "sysfs.hpp"
@@ -61,7 +62,7 @@
/** @brief hwmon id */
std::string id;
/** @brief Hwmon sysfs access. */
- sysfs::hwmonio::HwmonIO ioAccess;
+ hwmonio::HwmonIO ioAccess;
/** @brief Physical device path. */
std::string devPath;