Move ar_devclass definition to if_ar.c.
This commit is contained in:
parent
8aee776d63
commit
6bc774603f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111306
@ -88,6 +88,8 @@
|
||||
|
||||
#define PPP_HEADER_LEN 4
|
||||
|
||||
devclass_t ar_devclass;
|
||||
|
||||
struct ar_softc {
|
||||
#ifndef NETGRAPH
|
||||
struct sppp ifsppp;
|
||||
|
@ -90,8 +90,6 @@ static driver_t ar_isa_driver = {
|
||||
sizeof (struct ar_hardc)
|
||||
};
|
||||
|
||||
devclass_t ar_devclass;
|
||||
|
||||
DRIVER_MODULE(if_ar, isa, ar_isa_driver, ar_devclass, 0, 0);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user