mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 04:44:46 +00:00
fsl_qe: Drop common.h
In both include/fsl_qe.h and then also remove common.h from the files which had included fsl_qe.h Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
dcda1f27f5
commit
5faf66a2d1
14 changed files with 0 additions and 14 deletions
|
@ -3,7 +3,6 @@
|
||||||
* Copyright (C) 2004-2009 Freescale Semiconductor, Inc.
|
* Copyright (C) 2004-2009 Freescale Semiconductor, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <asm-offsets.h>
|
#include <asm-offsets.h>
|
||||||
#include <mpc83xx.h>
|
#include <mpc83xx.h>
|
||||||
#include <system-constants.h>
|
#include <system-constants.h>
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <display_options.h>
|
#include <display_options.h>
|
||||||
#include <env.h>
|
#include <env.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* Copyright 2014 Freescale Semiconductor, Inc.
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* Copyright 2014 Freescale Semiconductor, Inc.
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
#include <asm/immap_85xx.h>
|
#include <asm/immap_85xx.h>
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* Copyright 2019, 2021 NXP
|
* Copyright 2019, 2021 NXP
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <clock_legacy.h>
|
#include <clock_legacy.h>
|
||||||
#include <fdt_support.h>
|
#include <fdt_support.h>
|
||||||
#include <i2c.h>
|
#include <i2c.h>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright 2016-2019, 2021 NXP
|
/* Copyright 2016-2019, 2021 NXP
|
||||||
*/
|
*/
|
||||||
#include <common.h>
|
|
||||||
#include <clock_legacy.h>
|
#include <clock_legacy.h>
|
||||||
#include <fdt_support.h>
|
#include <fdt_support.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* Copyright 2019, 2021-2022 NXP
|
* Copyright 2019, 2021-2022 NXP
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <clock_legacy.h>
|
#include <clock_legacy.h>
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <fdt_support.h>
|
#include <fdt_support.h>
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* Copyright 2021-2022 NXP
|
* Copyright 2021-2022 NXP
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <i2c.h>
|
#include <i2c.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* Copyright 2020 Hitachi Power Grids. All rights reserved.
|
* Copyright 2020 Hitachi Power Grids. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <event.h>
|
#include <event.h>
|
||||||
#include <i2c.h>
|
#include <i2c.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* Copyright 2009-2011 Freescale Semiconductor, Inc.
|
* Copyright 2009-2011 Freescale Semiconductor, Inc.
|
||||||
* Dave Liu <daveliu@freescale.com>
|
* Dave Liu <daveliu@freescale.com>
|
||||||
*/
|
*/
|
||||||
#include <common.h>
|
|
||||||
#include <env.h>
|
#include <env.h>
|
||||||
#include <fs_loader.h>
|
#include <fs_loader.h>
|
||||||
#include <image.h>
|
#include <image.h>
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
* based on source code of Shlomi Gridish
|
* based on source code of Shlomi Gridish
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
#include <linux/libfdt.h>
|
#include <linux/libfdt.h>
|
||||||
#include <fdt_support.h>
|
#include <fdt_support.h>
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
* based on source code of Shlomi Gridish
|
* based on source code of Shlomi Gridish
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#ifndef __QE_H__
|
#ifndef __QE_H__
|
||||||
#define __QE_H__
|
#define __QE_H__
|
||||||
|
|
||||||
#include "common.h"
|
|
||||||
#ifdef CONFIG_U_QE
|
#ifdef CONFIG_U_QE
|
||||||
#include <linux/immap_qe.h>
|
#include <linux/immap_qe.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue