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:
Tom Rini 2023-11-01 12:28:08 -04:00
parent dcda1f27f5
commit 5faf66a2d1
14 changed files with 0 additions and 14 deletions

View file

@ -3,7 +3,6 @@
* Copyright (C) 2004-2009 Freescale Semiconductor, Inc.
*/
#include <common.h>
#include <asm-offsets.h>
#include <mpc83xx.h>
#include <system-constants.h>

View file

@ -9,7 +9,6 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
#include <common.h>
#include <display_options.h>
#include <env.h>
#include <init.h>

View file

@ -3,7 +3,6 @@
* Copyright 2014 Freescale Semiconductor, Inc.
*/
#include <common.h>
#include <log.h>
#include <asm/global_data.h>
#include <asm/io.h>

View file

@ -3,7 +3,6 @@
* Copyright 2014 Freescale Semiconductor, Inc.
*/
#include <common.h>
#include <log.h>
#include <asm/global_data.h>
#include <asm/immap_85xx.h>

View file

@ -4,7 +4,6 @@
* Copyright 2019, 2021 NXP
*/
#include <common.h>
#include <clock_legacy.h>
#include <fdt_support.h>
#include <i2c.h>

View file

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright 2016-2019, 2021 NXP
*/
#include <common.h>
#include <clock_legacy.h>
#include <fdt_support.h>
#include <init.h>

View file

@ -4,7 +4,6 @@
* Copyright 2019, 2021-2022 NXP
*/
#include <common.h>
#include <clock_legacy.h>
#include <command.h>
#include <fdt_support.h>

View file

@ -4,7 +4,6 @@
* Copyright 2021-2022 NXP
*/
#include <common.h>
#include <i2c.h>
#include <init.h>
#include <asm/global_data.h>

View file

@ -3,7 +3,6 @@
* Copyright 2020 Hitachi Power Grids. All rights reserved.
*/
#include <common.h>
#include <event.h>
#include <i2c.h>
#include <asm/io.h>

View file

@ -3,7 +3,6 @@
* Copyright 2009-2011 Freescale Semiconductor, Inc.
* Dave Liu <daveliu@freescale.com>
*/
#include <common.h>
#include <env.h>
#include <fs_loader.h>
#include <image.h>

View file

@ -6,7 +6,6 @@
* based on source code of Shlomi Gridish
*/
#include <common.h>
#include <malloc.h>
#include <linux/errno.h>
#include <asm/io.h>

View file

@ -6,7 +6,6 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
#include <common.h>
#include <asm/global_data.h>
#include <linux/libfdt.h>
#include <fdt_support.h>

View file

@ -6,7 +6,6 @@
* based on source code of Shlomi Gridish
*/
#include <common.h>
#include <malloc.h>
#include <command.h>
#include <asm/global_data.h>

View file

@ -9,7 +9,6 @@
#ifndef __QE_H__
#define __QE_H__
#include "common.h"
#ifdef CONFIG_U_QE
#include <linux/immap_qe.h>
#endif