summaryrefslogtreecommitdiff
path: root/include/drivers/st/stm32mp1_pwr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/st/stm32mp1_pwr.h')
-rw-r--r--include/drivers/st/stm32mp1_pwr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drivers/st/stm32mp1_pwr.h b/include/drivers/st/stm32mp1_pwr.h
index e5670429..b34536ea 100644
--- a/include/drivers/st/stm32mp1_pwr.h
+++ b/include/drivers/st/stm32mp1_pwr.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __STM32MP1_PWR_H__
-#define __STM32MP1_PWR_H__
+#ifndef STM32MP1_PWR_H
+#define STM32MP1_PWR_H
#include <utils_def.h>
@@ -29,4 +29,4 @@
#define PWR_MPUCR_CSTDBYDIS BIT(3)
#define PWR_MPUCR_CSSF BIT(9)
-#endif /* __STM32MP1_PWR_H__ */
+#endif /* STM32MP1_PWR_H */