Use nested namespace for amd::smi

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
This commit is contained in:
Mario Limonciello (AMD)
2025-08-15 14:19:13 -05:00
committed by Galantsev, Dmitrii
parent 4a863b27ab
commit eacec681dd
28 changed files with 56 additions and 117 deletions
+2 -4
View File
@@ -26,8 +26,7 @@
#include <string>
#include "amd_smi/amdsmi.h"
namespace amd {
namespace smi {
namespace amd::smi {
class AMDSmiProcessor {
public:
@@ -43,7 +42,6 @@ class AMDSmiProcessor {
uint32_t pindex_;
std::string processor_identifier_;
};
} // namespace smi
} // namespace amd
} // namespace amd::smi
#endif // AMD_SMI_INCLUDE_AMD_SMI_PROCESSOR_H_