mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Drop unused/duplicated #includes and some dead code
Build-tested on 32bit x86. Corresponding to flashrom svn r521. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -25,15 +25,12 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <pci/pci.h>
|
||||
#include "flash.h"
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
int io_fd;
|
||||
#endif
|
||||
|
||||
struct pci_access *pacc; /* For board and chipset_enable */
|
||||
|
||||
struct pci_dev *pci_dev_find_filter(struct pci_filter filter)
|
||||
{
|
||||
struct pci_dev *temp;
|
||||
|
Reference in New Issue
Block a user