]> Git Repo - J-u-boot.git/commitdiff
board: microchip: Remove <common.h> and add needed includes
authorTom Rini <[email protected]>
Wed, 1 May 2024 02:42:17 +0000 (20:42 -0600)
committerTom Rini <[email protected]>
Tue, 7 May 2024 14:00:25 +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 <[email protected]>
board/microchip/mpfs_icicle/mpfs_icicle.c
board/microchip/pic32mzda/pic32mzda.c

index 0f5f82924e7732493aee3ef793332cc175716764..7beac33cfbd379b9cee4008408c40a7c80943b73 100644 (file)
@@ -4,7 +4,6 @@
  * Padmarao Begari <[email protected]>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <init.h>
index 3c2203d22025216efa369f967f28e26273bcedf0..848a1aee4000465199895e39c07af56286a59fee 100644 (file)
@@ -7,7 +7,6 @@
  *
  */
 
-#include <common.h>
 #include <dm.h>
 #include <clk.h>
 #include <init.h>
This page took 0.042133 seconds and 4 git commands to generate.