summaryrefslogtreecommitdiff
path: root/arch/x86/machine/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/types.h')
-rw-r--r--arch/x86/machine/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/types.h b/arch/x86/machine/types.h
index cd82515..6067454 100644
--- a/arch/x86/machine/types.h
+++ b/arch/x86/machine/types.h
@@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _X86_TYPES_H
-#define _X86_TYPES_H
+#ifndef X86_TYPES_H
+#define X86_TYPES_H
#ifdef CONFIG_X86_PAE
typedef unsigned long long phys_addr_t;
@@ -24,4 +24,4 @@ typedef unsigned long long phys_addr_t;
typedef unsigned long phys_addr_t;
#endif /* CONFIG_X86_PAE */
-#endif /* _X86_TYPES_H */
+#endif /* X86_TYPES_H */