From f99cc4ad59e7a48928c6bfe4fa788ea0c1171bd8 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 3 Jun 2006 21:10:50 +0000 Subject: [PATCH] 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). --- sys/dev/pccbb/pccbb_isa.c | 1 - 1 file changed, 1 deletion(-) 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),