summaryrefslogtreecommitdiff
path: root/arch/x86/machine/acpi.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-04-14 21:01:01 +0200
committerRichard Braun <rbraun@sceen.net>2018-04-14 21:01:01 +0200
commit4033816a7ce4a24230f462b5c22183c1b45e24df (patch)
treed49d4e90a001d45a2e96d5ec0a00376bc81df501 /arch/x86/machine/acpi.h
parent8088131a4e0165938593577a9cfa87de7ffd22bc (diff)
Fix left-over reserved identifiers
For some reason, commit be5b9d6ab9f7e7a81c367e4bb0823ba11f85940f didn't take care of all reserved identifiers.
Diffstat (limited to 'arch/x86/machine/acpi.h')
-rw-r--r--arch/x86/machine/acpi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/acpi.h b/arch/x86/machine/acpi.h
index 1f65fd6f..cf46660c 100644
--- a/arch/x86/machine/acpi.h
+++ b/arch/x86/machine/acpi.h
@@ -19,8 +19,8 @@
* specification v1.0.
*/
-#ifndef _X86_ACPI_H
-#define _X86_ACPI_H
+#ifndef X86_ACPI_H
+#define X86_ACPI_H
#include <kern/init.h>
@@ -32,4 +32,4 @@
*/
INIT_OP_DECLARE(acpi_setup);
-#endif /* _X86_ACPI_H */
+#endif /* X86_ACPI_H */