summaryrefslogtreecommitdiffstats
path: root/scripts/dtc/fdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dtc/fdt.h')
-rw-r--r--scripts/dtc/fdt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dtc/fdt.h b/scripts/dtc/fdt.h
index 526aedb515..74961f9026 100644
--- a/scripts/dtc/fdt.h
+++ b/scripts/dtc/fdt.h
@@ -1,5 +1,5 @@
-#ifndef _FDT_H
-#define _FDT_H
+#ifndef FDT_H
+#define FDT_H
/*
* libfdt - Flat Device Tree manipulation
* Copyright (C) 2006 David Gibson, IBM Corporation.
@@ -108,4 +108,4 @@ struct fdt_property {
#define FDT_V16_SIZE FDT_V3_SIZE
#define FDT_V17_SIZE (FDT_V16_SIZE + sizeof(fdt32_t))
-#endif /* _FDT_H */
+#endif /* FDT_H */