From 0e4d4eac78fbf437ba8e9b1c9d27600d2190023b Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Mon, 27 Feb 2023 16:02:28 +0100 Subject: libpci: drop support for pciutils < 2.2.0 This version was released in september 2005 and had a breaking api change. Drop it so that we don't need to maintain the old codepath any longer. Beside that, we have already a second codepath which is using the new `pci_get_dev` variant exclusively. Change-Id: If943db350b561a005d8292a53d9255223db3d571 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/73293 Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk Reviewed-by: Angel Pons --- include/platform/pci.h | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'include') diff --git a/include/platform/pci.h b/include/platform/pci.h index a0324f88..4ac108f2 100644 --- a/include/platform/pci.h +++ b/include/platform/pci.h @@ -1,19 +1,23 @@ /* - * This is a wrapper for libpci. - * ... + * This file is part of the flashrom project. + * + * Copyright (C) 2022 secunet Security Networks AG + * (written by Thomas Heijligen #endif -#undef index - #endif /* __PLATFORM_PCI_H__ */ -- cgit v1.2.3