mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-18 21:21:26 +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/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>
|
||||||
|
@ -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>
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user