On 09.06.21 16:37, Cornelia Huck wrote:
Only spapr.h needed a tweak.
Signed-off-by: Cornelia Huck <cohuck@xxxxxxxxxx>
---
powerpc/spapr.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/powerpc/spapr.h b/powerpc/spapr.h
index b41aece07968..3a29598be44f 100644
--- a/powerpc/spapr.h
+++ b/powerpc/spapr.h
@@ -1,6 +1,6 @@
-#ifndef _ASMPOWERPC_SPAPR_H_
-#define _ASMPOWERPC_SPAPR_H_
+#ifndef POWERPC_SPAPR_H
+#define POWERPC_SPAPR_H
#define SPAPR_KERNEL_LOAD_ADDR 0x400000
-#endif /* _ASMPOWERPC_SPAPR_H_ */
+#endif /* POWERPC_SPAPR_H */
Reviewed-by: David Hildenbrand <david@xxxxxxxxxx>
--
Thanks,
David / dhildenb