]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: ge: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 23:58:49 +0000 (17:58 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:24 +0000 (08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Ian Ray <ian.ray@gehealthcare.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/ge/b1x5v2/b1x5v2.c
board/ge/common/ge_rtc.c
board/ge/common/vpd_reader.h
board/ge/mx53ppd/mx53ppd.c
board/ge/mx53ppd/mx53ppd_video.c

index a2cbd1512e9214c6380c68d36047597d628a05e4..031773bc5ef33598a91692a0cc9119f58d7b091e 100644 (file)
@@ -17,7 +17,6 @@
 #include <asm/io.h>
 #include <asm/mach-imx/video.h>
 #include <command.h>
-#include <common.h>
 #include <i2c.h>
 #include <input.h>
 #include <ipu_pixfmt.h>
index 6437afc7bd0aaee59a60cc692b81eb557aa06330..5c62ecca8c89febc5ea506d9cdd6d9a3492a0e36 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2017 General Electric Company
  */
 
-#include <common.h>
 #include <env.h>
 #include <dm/uclass.h>
 #include <rtc.h>
index 0c51dc57e90251d802989ca9495386492623deb0..d32c18da351c8251a96ba82a713d445c9221a9ac 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright 2016 General Electric Company
  */
 
-#include "common.h"
+#include <linux/types.h>
 
 struct vpd_cache;
 
index cc462d53da6a1b2da991efe7c25d7cec43a4c9bf..9396d43f8adda711541e86b443e7c91f92386c06 100644 (file)
@@ -8,7 +8,6 @@
  * Jason Liu <r64343@freescale.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
index 4e2c6ebde73c330a483a0ef3fc452d57c6aff828..eb4dd758b3b58b0efa8078becf2c1365cca89044 100644 (file)
@@ -8,7 +8,6 @@
  * Fabio Estevam <fabio.estevam@freescale.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <linux/list.h>
 #include <asm/arch/iomux-mx53.h>