]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: raidsonic: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:42:36 +0000 (20:42 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:37 +0000 (08:00 -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/raidsonic/ib62x0/ib62x0.c

index f9bc07649e0a7ddd7cc2eed263881f57b61f558f..8d1d549a217cd47f7b91180a28eaeb629b017f70 100644 (file)
@@ -6,7 +6,6 @@
  * Simon Baatz <gmbnomis@gmail.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <miiphy.h>
 #include <asm/global_data.h>