summaryrefslogtreecommitdiffstats
path: root/procedures/p9/cleanup_pcie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'procedures/p9/cleanup_pcie.cpp')
-rw-r--r--procedures/p9/cleanup_pcie.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/procedures/p9/cleanup_pcie.cpp b/procedures/p9/cleanup_pcie.cpp
index bfeb472..a0be3f5 100644
--- a/procedures/p9/cleanup_pcie.cpp
+++ b/procedures/p9/cleanup_pcie.cpp
@@ -13,12 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <phosphor-logging/log.hpp>
#include "cfam_access.hpp"
#include "p9_cfam.hpp"
#include "registration.hpp"
#include "targeting.hpp"
+#include <phosphor-logging/log.hpp>
+
namespace openpower
{
namespace p9
@@ -46,5 +47,5 @@ void cleanupPcie()
REGISTER_PROCEDURE("cleanupPcie", cleanupPcie);
-}
-}
+} // namespace p9
+} // namespace openpower
OpenPOWER on IntegriCloud