summaryrefslogtreecommitdiffstats
path: root/nicrealtek.c
diff options
context:
space:
mode:
Diffstat (limited to 'nicrealtek.c')
-rw-r--r--nicrealtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nicrealtek.c b/nicrealtek.c
index 4566e50..bed0710 100644
--- a/nicrealtek.c
+++ b/nicrealtek.c
@@ -50,7 +50,7 @@ int nicrealtek_init(void)
io_base_addr = pcidev_init(PCI_BASE_ADDRESS_0, nics_realtek);
- buses_supported = CHIP_BUSTYPE_PARALLEL;
+ buses_supported = BUS_PARALLEL;
if (register_shutdown(nicrealtek_shutdown, NULL))
return 1;
OpenPOWER on IntegriCloud