diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-02-23 13:20:42 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-02-23 13:20:42 +0000 |
| commit | 6bc774603f83dc305a66d2bbf93473428c7db316 (patch) | |
| tree | 34a25598a4e692d863f0c8591192e99d5ad79880 /sys/dev/ar | |
| parent | 8aee776d63fbe03983f732ce2c0ae911bc0d095d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ar')
| -rw-r--r-- | sys/dev/ar/if_ar.c | 2 | ||||
| -rw-r--r-- | sys/dev/ar/if_ar_isa.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c index 0c09885c6d83..8d5517eac509 100644 --- a/sys/dev/ar/if_ar.c +++ b/sys/dev/ar/if_ar.c @@ -88,6 +88,8 @@ #define PPP_HEADER_LEN 4 +devclass_t ar_devclass; + struct ar_softc { #ifndef NETGRAPH struct sppp ifsppp; diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c index c236c82d803b..d52535952af8 100644 --- a/sys/dev/ar/if_ar_isa.c +++ b/sys/dev/ar/if_ar_isa.c @@ -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); /* |
