From fa783074ac610fa76e4c1545b92108ad7f6d9a88 Mon Sep 17 00:00:00 2001 From: Kazutaka YOKOTA Date: Sat, 30 Jun 2001 10:15:13 +0000 Subject: Remove the resume method. It is not necessary any more, because keyboard drivers have it now... MFC after: 4 weeks --- sys/isa/syscons_isa.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/isa') diff --git a/sys/isa/syscons_isa.c b/sys/isa/syscons_isa.c index 8bafee55cdac..e6c43809c721 100644 --- a/sys/isa/syscons_isa.c +++ b/sys/isa/syscons_isa.c @@ -88,12 +88,6 @@ scattach(device_t dev) return sc_attach_unit(device_get_unit(dev), device_get_flags(dev)); } -static int -scresume(device_t dev) -{ - return sc_resume_unit(device_get_unit(dev)); -} - int sc_max_unit(void) { @@ -236,7 +230,6 @@ static device_method_t sc_methods[] = { DEVMETHOD(device_identify, scidentify), DEVMETHOD(device_probe, scprobe), DEVMETHOD(device_attach, scattach), - DEVMETHOD(device_resume, scresume), { 0, 0 } }; -- cgit v1.2.3