Move ar_devclass definition to if_ar.c.

This commit is contained in:
Yoshihiro Takahashi 2003-02-23 13:20:42 +00:00
parent 8aee776d63
commit 6bc774603f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111306
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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);
/*