Move ar_devclass definition to if_ar.c.

This commit is contained in:
nyan 2003-02-23 13:20:42 +00:00
parent 6aec730685
commit 63c6853343
2 changed files with 2 additions and 2 deletions

View File

@ -88,6 +88,8 @@
#define PPP_HEADER_LEN 4 #define PPP_HEADER_LEN 4
devclass_t ar_devclass;
struct ar_softc { struct ar_softc {
#ifndef NETGRAPH #ifndef NETGRAPH
struct sppp ifsppp; struct sppp ifsppp;

View File

@ -90,8 +90,6 @@ static driver_t ar_isa_driver = {
sizeof (struct ar_hardc) sizeof (struct ar_hardc)
}; };
devclass_t ar_devclass;
DRIVER_MODULE(if_ar, isa, ar_isa_driver, ar_devclass, 0, 0); DRIVER_MODULE(if_ar, isa, ar_isa_driver, ar_devclass, 0, 0);
/* /*