summaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2018-10-08 17:05:20 +0300
committerKonstantin Porotchkin <kostap@marvell.com>2018-10-18 12:13:11 +0300
commit2b2c3f0a228a414b7965c3146d0459023d626660 (patch)
tree91b3fc3892e37ae15c43b5c3188527c636f04adc /include/plat
parentd90256a7fd3eb98007baebd0fd2cf071781e45f3 (diff)
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>
Diffstat (limited to 'include/plat')
-rw-r--r--include/plat/marvell/a8k/common/armada_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plat/marvell/a8k/common/armada_common.h b/include/plat/marvell/a8k/common/armada_common.h
index e7274679..c1e37f58 100644
--- a/include/plat/marvell/a8k/common/armada_common.h
+++ b/include/plat/marvell/a8k/common/armada_common.h
@@ -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>