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:
Simon Glass 2020-07-19 10:15:49 -06:00 committed by Tom Rini
parent dece7747e9
commit 51a4a857b3
4 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>