commit | d96c97c77309f1cf1ff1cbe9fa521a75fc9d5698 | [log] [tgz] |
---|---|---|
author | Thomas Heijligen <thomas.heijligen@secunet.com> | Tue Nov 02 21:03:00 2021 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sun Jan 29 12:29:02 2023 +0000 |
tree | 2ca206a0bb2873472e243eb2138c7f1e0345abf2 | |
parent | b7c6a66d5167a9cb6d83081f4c84b7a6c0d28046 [diff] [blame] |
pci.h: move include into own wrapper Split the include of hwaccess and libpci. There is no need to have pci.h included in hwaccess. Change-Id: Ibf00356f0ef5cc92e0ec99f8fe5cdda56f47b166 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/58883 Original-Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72264 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/drkaiser.c b/drkaiser.c index 7ae73ab..8d5937c 100644 --- a/drkaiser.c +++ b/drkaiser.c
@@ -18,6 +18,7 @@ #include "flash.h" #include "programmer.h" #include "hwaccess.h" +#include "platform/pci.h" #define PCI_VENDOR_ID_DRKAISER 0x1803