diff options
| author | Weongyo Jeong <weongyo@FreeBSD.org> | 2010-03-09 20:07:41 +0000 |
|---|---|---|
| committer | Weongyo Jeong <weongyo@FreeBSD.org> | 2010-03-09 20:07:41 +0000 |
| commit | 5a646f0eca22dec2dba4fea951ed30d6ec89c863 (patch) | |
| tree | 90781cab587d3392579d46681197887f3c7499ad /sys/dev/bwn | |
| parent | b9b64aa5b20a550853674c21425bb82b1fcec88e (diff) | |
Notes
Diffstat (limited to 'sys/dev/bwn')
| -rw-r--r-- | sys/dev/bwn/if_bwn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c index 943a46a06601..b79e9d00ff20 100644 --- a/sys/dev/bwn/if_bwn.c +++ b/sys/dev/bwn/if_bwn.c @@ -14270,7 +14270,7 @@ static device_method_t bwn_methods[] = { DEVMETHOD(device_detach, bwn_detach), DEVMETHOD(device_suspend, bwn_suspend), DEVMETHOD(device_resume, bwn_resume), - { 0,0 } + KOBJMETHOD_END }; static driver_t bwn_driver = { "bwn", |
