board: ge: Remove <common.h> and add needed includes

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>
This commit is contained in:
Tom Rini 2024-05-01 17:58:49 -06:00
parent ca5428cb5b
commit e779aff05f
5 changed files with 1 additions and 5 deletions

View File

@ -17,7 +17,6 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/mach-imx/video.h> #include <asm/mach-imx/video.h>
#include <command.h> #include <command.h>
#include <common.h>
#include <i2c.h> #include <i2c.h>
#include <input.h> #include <input.h>
#include <ipu_pixfmt.h> #include <ipu_pixfmt.h>

View File

@ -3,7 +3,6 @@
* Copyright 2017 General Electric Company * Copyright 2017 General Electric Company
*/ */
#include <common.h>
#include <env.h> #include <env.h>
#include <dm/uclass.h> #include <dm/uclass.h>
#include <rtc.h> #include <rtc.h>

View File

@ -3,7 +3,7 @@
* Copyright 2016 General Electric Company * Copyright 2016 General Electric Company
*/ */
#include "common.h" #include <linux/types.h>
struct vpd_cache; struct vpd_cache;

View File

@ -8,7 +8,6 @@
* Jason Liu <r64343@freescale.com> * Jason Liu <r64343@freescale.com>
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -8,7 +8,6 @@
* Fabio Estevam <fabio.estevam@freescale.com> * Fabio Estevam <fabio.estevam@freescale.com>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <linux/list.h> #include <linux/list.h>
#include <asm/arch/iomux-mx53.h> #include <asm/arch/iomux-mx53.h>