git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30cb657
)
freescale: vsc3316_3308: fix header inclusion guard
author
Andre Przywara
<andre.przywara@arm.com>
Mon, 15 May 2023 13:52:12 +0000
(14:52 +0100)
committer
Tom Rini
<trini@konsulko.com>
Wed, 31 May 2023 16:17:00 +0000
(12:17 -0400)
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>
board/freescale/common/vsc3316_3308.h
patch
|
blob
|
history
diff --git
a/board/freescale/common/vsc3316_3308.h
b/board/freescale/common/vsc3316_3308.h
index
49a684f
..
8d343ba
100644
(file)
--- a/
board/freescale/common/vsc3316_3308.h
+++ b/
board/freescale/common/vsc3316_3308.h
@@
-4,7
+4,7
@@
*/
#ifndef __VSC_CROSSBAR_H_
-#define __VSC_CROSSBAR_H
1
_
+#define __VSC_CROSSBAR_H_
#include <common.h>
#include <i2c.h>