From: Alexandru Gagniuc Date: Wed, 28 Nov 2018 22:28:04 +0000 (-0600) Subject: PCI: Add missing include to drivers/pci.h X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2209e06f8a85c14a0670d7658f43a0e90151f197;p=openwrt%2Fstaging%2Fblogic.git PCI: Add missing include to drivers/pci.h This file makes use of definitions provided in . This only compiles when is included beforehand, and creates a nasty include dependency. Instead, just include the correct file. Signed-off-by: Alexandru Gagniuc Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index 662b7457db23..224d88634115 100644 --- a/drivers/pci/pci.h +++ b/drivers/pci/pci.h @@ -2,6 +2,8 @@ #ifndef DRIVERS_PCI_H #define DRIVERS_PCI_H +#include + #define PCI_FIND_CAP_TTL 48 #define PCI_VSEC_ID_INTEL_TBT 0x1234 /* Thunderbolt */