From 9e052d975058cd01c1421c4beb9ddd387dd525da Mon Sep 17 00:00:00 2001 From: Hou Zhiqiang Date: Mon, 6 Feb 2017 11:27:27 +0800 Subject: fsl-layerscape/ppa: cleanup ppa.h Moved the ifdef into ppa.h and removed the duplicated macros. Signed-off-by: Hou Zhiqiang Reviewed-by: York Sun --- board/freescale/ls1043ardb/ls1043ardb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/freescale/ls1043ardb/ls1043ardb.c') diff --git a/board/freescale/ls1043ardb/ls1043ardb.c b/board/freescale/ls1043ardb/ls1043ardb.c index 2333843958..728de2e3f1 100644 --- a/board/freescale/ls1043ardb/ls1043ardb.c +++ b/board/freescale/ls1043ardb/ls1043ardb.c @@ -23,9 +23,7 @@ #ifdef CONFIG_U_QE #include #endif -#ifdef CONFIG_FSL_LS_PPA #include -#endif DECLARE_GLOBAL_DATA_PTR; -- cgit