aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/include/soc/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/include/soc/gpio.h')
-rw-r--r--src/soc/amd/picasso/include/soc/gpio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/include/soc/gpio.h b/src/soc/amd/picasso/include/soc/gpio.h
index 370b29f1e0..4fbb937461 100644
--- a/src/soc/amd/picasso/include/soc/gpio.h
+++ b/src/soc/amd/picasso/include/soc/gpio.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __PICASSO_GPIO_H__
-#define __PICASSO_GPIO_H__
+#ifndef AMD_PICASSO_GPIO_H
+#define AMD_PICASSO_GPIO_H
#define GPIO_DEVICE_NAME "AMD0030"
#define GPIO_DEVICE_DESC "GPIO Controller"
@@ -297,4 +297,4 @@
#define GPIO_2_EVENT GEVENT_8
#endif /* __ACPI__ */
-#endif /* __PICASSO_GPIO_H__ */
+#endif /* AMD_PICASSO_GPIO_H */