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:
parent
175de52487
commit
82751a32be
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user