summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/spigot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/spigot.c')
-rw-r--r--sys/i386/isa/spigot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/spigot.c b/sys/i386/isa/spigot.c
index 83cf452..13f5bb2 100644
--- a/sys/i386/isa/spigot.c
+++ b/sys/i386/isa/spigot.c
@@ -81,7 +81,7 @@ struct spigot_softc {
int spigot_probe(struct isa_device *id);
int spigot_attach(struct isa_device *id);
-struct isa_driver spidriver = {spigot_probe, spigot_attach, "spigot"};
+struct isa_driver spigotdriver = {spigot_probe, spigot_attach, "spigot"};
static struct kern_devconf kdc_spigot[NSPIGOT] = {
0, /* kdc_next -> filled in by dev_attach() */
OpenPOWER on IntegriCloud