Move ar_devclass definition to if_ar.c.
This commit is contained in:
parent
6aec730685
commit
63c6853343
@ -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;
|
||||||
|
@ -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);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user