mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-18 05:07:00 +02:00
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:
parent
ca5428cb5b
commit
e779aff05f
@ -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>
|
||||
|
@ -3,7 +3,6 @@
|
||||
* Copyright 2017 General Electric Company
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <dm/uclass.h>
|
||||
#include <rtc.h>
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Copyright 2016 General Electric Company
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include <linux/types.h>
|
||||
|
||||
struct vpd_cache;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
* Jason Liu <r64343@freescale.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <init.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/io.h>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user