summaryrefslogtreecommitdiffstats
path: root/occ_status.hpp
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-08-30 20:54:00 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-09-02 20:23:44 +0530
commited0f8eb03c6a35f207f90da581f419aaa4f9fb99 (patch)
tree7f8bc3fd63714163ab0e7ca66d9c58f14d09152f /occ_status.hpp
parent2c1291325d9c6f5cd24c9a98b86154ade667328f (diff)
downloadopenpower-occ-control-ed0f8eb03c6a35f207f90da581f419aaa4f9fb99.tar.gz
openpower-occ-control-ed0f8eb03c6a35f207f90da581f419aaa4f9fb99.zip
Remove hub FSI scan which was part of OCC bind
Scanning hub FSI is now moved to a service file since it's needed prior to power on and hence this change is not needed. Change-Id: If2d0d8f5c7e1b405d6e858e0f2da8fc7b505cd86 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'occ_status.hpp')
-rw-r--r--occ_status.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/occ_status.hpp b/occ_status.hpp
index 23b2080..c097908 100644
--- a/occ_status.hpp
+++ b/occ_status.hpp
@@ -140,9 +140,6 @@ class Status : public Interface
**/
sdbusplus::bus::match_t hostControlSignal;
- /** @brief Indicates whether a hub FSI scan has been attempted or not */
- static bool hubFsiScanDone;
-
/** @brief Callback handler when device errors are detected */
void deviceErrorHandler();
@@ -155,10 +152,6 @@ class Status : public Interface
/** @brief Sends a message to host control command handler to reset OCC
*/
void resetOCC();
-
- /** @brief Initiates hub FSI scan so that /dev/occ files are created
- */
- void scanHubFSI();
};
} // namespace occ
OpenPOWER on IntegriCloud