From 89f5eaa1ee9a3307e05458aa4f3b2155ab0a7144 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:23:09 -0600 Subject: common: arm: davinci: Move header file out of common We should not have an arch-specific header file in common.h. Instead, use the asm/hardware.h header to provide the required declarations, and drop the common.h changes. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- include/common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 19839b67f1f..b97b61d65d7 100644 --- a/include/common.h +++ b/include/common.h @@ -31,9 +31,6 @@ typedef volatile unsigned char vu_char; #include #include -#ifdef CONFIG_SOC_DA8XX -#include -#endif #ifdef CONFIG_FSL_LSCH3 #include #endif -- cgit v1.2.3