summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-05-17 16:23:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-05-17 16:23:51 +0200
commit1fb97c97120377c70a1096a9f8a355d29c11f0d4 (patch)
tree81a227ccf825c5032e8c5057d380e63a487d05c9 /include
parentdee7a15dfaa640130d0b9bc289e5d55b358a2dbc (diff)
parent263d3c2105edec00e1e3e67770eb0a870567dbc4 (diff)
downloadbarebox-1fb97c97120377c70a1096a9f8a355d29c11f0d4.tar.gz
barebox-1fb97c97120377c70a1096a9f8a355d29c11f0d4.tar.xz
Merge branch 'for-next/x86'
Diffstat (limited to 'include')
-rw-r--r--include/linux/pci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 0c8fed7c8e..486d4251d4 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -29,6 +29,9 @@
#include <linux/pci_ids.h>
+/* Include architecture-dependent settings and functions */
+
+#include <asm/pci.h>
#define PCI_ANY_ID (~0)
#define PCI_FIND_CAP_TTL 48