]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: elgin: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:42 +0000 (20:41 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:50 +0000 (15:07 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/elgin/elgin_rv1108/elgin_rv1108.c

index 10398e7f71264ee11ab3993be315d48ebc23cee7..9fea4f86d5aa47d5b4d158dd111dcd9d276dac25 100644 (file)
@@ -4,7 +4,6 @@
  * Authors: Andy Yan <andy.yan@rock-chips.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <syscon.h>
 #include <asm/global_data.h>