mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
pci: Drop dm.h inclusion from header file
The layerscape header should not include dm.h so remove it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
dece7747e9
commit
51a4a857b3
@ -8,7 +8,7 @@
|
|||||||
#ifndef _PCIE_LAYERSCAPE_H_
|
#ifndef _PCIE_LAYERSCAPE_H_
|
||||||
#define _PCIE_LAYERSCAPE_H_
|
#define _PCIE_LAYERSCAPE_H_
|
||||||
#include <pci.h>
|
#include <pci.h>
|
||||||
#include <dm.h>
|
|
||||||
#include <linux/sizes.h>
|
#include <linux/sizes.h>
|
||||||
|
|
||||||
#ifndef CONFIG_SYS_PCI_MEMORY_BUS
|
#ifndef CONFIG_SYS_PCI_MEMORY_BUS
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
#include <dm.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
#include <pci.h>
|
#include <pci.h>
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
#ifndef _PCIE_LAYERSCAPE_GEN4_H_
|
#ifndef _PCIE_LAYERSCAPE_GEN4_H_
|
||||||
#define _PCIE_LAYERSCAPE_GEN4_H_
|
#define _PCIE_LAYERSCAPE_GEN4_H_
|
||||||
#include <pci.h>
|
#include <pci.h>
|
||||||
#include <dm.h>
|
|
||||||
#include <linux/bitops.h>
|
#include <linux/bitops.h>
|
||||||
|
|
||||||
#ifndef CONFIG_SYS_PCI_MEMORY_SIZE
|
#ifndef CONFIG_SYS_PCI_MEMORY_SIZE
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
#include <dm.h>
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
#include <pci.h>
|
#include <pci.h>
|
||||||
#include <asm/arch/fsl_serdes.h>
|
#include <asm/arch/fsl_serdes.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user