git: 527bf20032b6 - main - Remove a #error that sneaked in
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Mar 2023 08:08:47 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=527bf20032b6e735249838ebcb7f125af5a31d73 commit 527bf20032b6e735249838ebcb7f125af5a31d73 Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2023-03-06 08:06:43 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2023-03-06 08:07:52 +0000 Remove a #error that sneaked in --- sys/dev/pci/pci_host_generic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/pci/pci_host_generic.c b/sys/dev/pci/pci_host_generic.c index 3d12266a3ddd..986318548eab 100644 --- a/sys/dev/pci/pci_host_generic.c +++ b/sys/dev/pci/pci_host_generic.c @@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$"); #define PCI_UNMAPPED #define PCI_RF_FLAGS RF_UNMAPPED #else -#error #define PCI_RF_FLAGS 0 #endif