mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move ar_devclass definition to if_ar.c.
This commit is contained in:
parent
8aee776d63
commit
6bc774603f
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue