Commit 81de5bf7 authored by Manish Pandey's avatar Manish Pandey
Browse files

plat/arm: do not include export header directly



As per "include/export/README", TF-A code should never include export
headers directly. Instead, it should include a wrapper header that
ensures the export header is included in the right manner.

"tbbr_img_def_exp.h" is directly included in TF-A code, this patch
replaces it with its  wrapper header "tbbr_img_def.h".
Signed-off-by: default avatarManish Pandey <manish.pandey2@arm.com>
Change-Id: I31c1a42e6a7bcac4c396bb17e8548567ecd8147d
parent 967a6d16
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
/ { / {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <export/common/tbbr/tbbr_img_def_exp.h> #include <common/tbbr/tbbr_img_def.h>
/dts-v1/; /dts-v1/;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment