cris: Fix broken header guard in hw/cris/boot.h

Found with scripts/clean-header-guards.pl.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
Markus Armbruster 2016-06-29 15:51:29 +02:00
parent 175de52487
commit 82751a32be
1 changed files with 2 additions and 2 deletions

View 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
{