mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
freescale: vsc3316_3308: fix header inclusion guard
It seems like the header inclusion guard for some Freescale crosspoint switch header was misspelled. Make the preprocessor symbol for the #ifndef and #define lines the same, so that the double inclusion protection works as expected. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
30cb657483
commit
db93db92b4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __VSC_CROSSBAR_H_
|
||||
#define __VSC_CROSSBAR_H 1_
|
||||
#define __VSC_CROSSBAR_H_
|
||||
|
||||
#include <common.h>
|
||||
#include <i2c.h>
|
||||
|
|
Loading…
Reference in a new issue