]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pci: Drop dm.h inclusion from header file
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 16:15:49 +0000 (10:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Aug 2020 02:19:54 +0000 (22:19 -0400)
The layerscape header should not include dm.h so remove it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/pci/pcie_layerscape.h
drivers/pci/pcie_layerscape_fixup.c
drivers/pci/pcie_layerscape_gen4.h
drivers/pci/pcie_layerscape_gen4_fixup.c

index 593798e3e3cc53728b9d7bb509f79d9fe402833b..0124e8e05184d9f2becd31279a2be9ef44d44c1d 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef _PCIE_LAYERSCAPE_H_
 #define _PCIE_LAYERSCAPE_H_
 #include <pci.h>
-#include <dm.h>
+
 #include <linux/sizes.h>
 
 #ifndef CONFIG_SYS_PCI_MEMORY_BUS
index 94de4edaf4f4d9a959aadbb00eb6f79e38ed3ba2..8315b0b590232779c9edadaedeba442eaf01eed7 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <common.h>
+#include <dm.h>
 #include <init.h>
 #include <log.h>
 #include <pci.h>
index d298a2b81091b94c4534d1e8ac0940a8893838b7..483eb538b5c52a7cfee7eb4102178a92465a9212 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef _PCIE_LAYERSCAPE_GEN4_H_
 #define _PCIE_LAYERSCAPE_GEN4_H_
 #include <pci.h>
-#include <dm.h>
 #include <linux/bitops.h>
 
 #ifndef CONFIG_SYS_PCI_MEMORY_SIZE
index 375ce45839b21150031eb5ecd2a739dd9efe2a58..148b5d17ed053bf3c7ef6df550a5fbfd36d82a42 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <common.h>
+#include <dm.h>
 #include <log.h>
 #include <pci.h>
 #include <asm/arch/fsl_serdes.h>