aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-06-03 21:10:50 +0000
committerWarner Losh <imp@FreeBSD.org>2006-06-03 21:10:50 +0000
commitf99cc4ad59e7a48928c6bfe4fa788ea0c1171bd8 (patch)
tree464b4db752940f8ce23a496ff323d07d7d175b6c /sys/dev/pccbb
parent5a535f681f80583caec44367fe4e69c02d98bdb7 (diff)
downloadsrc-f99cc4ad59e7a48928c6bfe4fa788ea0c1171bd8.tar.gz
src-f99cc4ad59e7a48928c6bfe4fa788ea0c1171bd8.zip
We don't have a ISA specific shutdown routine at this time, so remove
it. We just moved it to be pci specific, so this was causing compile problems (linking problems, so I didn't notice since I unwisely just built the module).
Notes
Notes: svn path=/head/; revision=159207
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb_isa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c
index cfd114848a88..677967d8c3da 100644
--- a/sys/dev/pccbb/pccbb_isa.c
+++ b/sys/dev/pccbb/pccbb_isa.c
@@ -207,7 +207,6 @@ static device_method_t cbb_methods[] = {
DEVMETHOD(device_probe, cbb_isa_probe),
DEVMETHOD(device_attach, cbb_isa_attach),
DEVMETHOD(device_detach, cbb_detach),
- DEVMETHOD(device_shutdown, cbb_shutdown),
DEVMETHOD(device_suspend, cbb_suspend),
DEVMETHOD(device_resume, cbb_resume),