Remove redundant (and thus making it fail to build) PCI_VENDOR_ID and

PCI_DEVICE_ID declarations.
This commit is contained in:
guillemj
2006-09-01 19:36:46 +00:00
parent 87f391fec1
commit f82d3a3a0a

View File

@@ -54,9 +54,6 @@
#include <fxpci.h>
#include <gdebug.h>
static const PciRegister PCI_VENDOR_ID = { 0x0, 2, READ_ONLY };
static const PciRegister PCI_DEVICE_ID = { 0x2, 2, READ_ONLY };
/*-------------------------------------------------------------------
Module Constants