mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 15:24:54 +00:00
fix(brcm): fix misspelled header inclusion guard
The header inclusion guard for some header for the Broadcom Stingray board was misspelled. Make the preprocessor symbol for the #ifndef and #define lines the same, so that the double inclusion protection works as expected. Change-Id: I19d73c854cd0689a248ce914ef35ae87c39ebf39 Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
parent
dcf430656c
commit
a9779c11da
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SCP_CMD_H
|
#ifndef SCP_CMD_H
|
||||||
#define SCP_SMD_H
|
#define SCP_CMD_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue