cris: Fix broken header guard in hw/cris/boot.h
authorMarkus Armbruster <armbru@redhat.com>
Wed, 29 Jun 2016 13:51:29 +0000 (15:51 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 12 Jul 2016 14:20:46 +0000 (16:20 +0200)
Found with scripts/clean-header-guards.pl.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
hw/cris/boot.h

index c4d3fa6..218854e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _CRIS_BOOT_H
-#define HW_CRIS_BOOT_H 1
+#ifndef HW_CRIS_BOOT_H
+#define HW_CRIS_BOOT_H
 
 struct cris_load_info
 {