diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-17 14:58:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-17 14:58:04 +0000 |
| commit | 084d9853ca9f1bc47e263e4837968fc9a819c048 (patch) | |
| tree | 678f504669999ebb15254d095c0a92910bf0c530 /sys/dev/wl/if_wl.c | |
| parent | 0291915fb3c068addb85a7a02ffcecad729b8a2f (diff) | |
Notes
Diffstat (limited to 'sys/dev/wl/if_wl.c')
| -rw-r--r-- | sys/dev/wl/if_wl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index c4bd4db1b720..3af7027d1d78 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -1,4 +1,4 @@ -/* $Id: if_wl.c,v 1.11 1998/02/20 13:11:47 bde Exp $ */ +/* $Id: if_wl.c,v 1.12 1998/06/07 17:10:38 dfr Exp $ */ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -263,7 +263,6 @@ static struct wl_softc wl_softc[NWL]; static int wlprobe(struct isa_device *); static int wlattach(struct isa_device *); -void wlintr(int); /* no, not static */ struct isa_driver wldriver = { wlprobe, wlattach, "wl", 0 |
