mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
plat: marvell: Fix the wrong include protector
Fix the include protector to be in sync with file name Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
This commit is contained in:
parent
d90256a7fd
commit
2b2c3f0a22
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
* https://spdx.org/licenses
|
||||
*/
|
||||
|
||||
#ifndef __A8K_COMMON_H__
|
||||
#define __A8K_COMMON_H__
|
||||
#ifndef __ARMADA_COMMON_H__
|
||||
#define __ARMADA_COMMON_H__
|
||||
|
||||
#include <amb_adec.h>
|
||||
#include <io_win.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue