summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ydsreg.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-09-07 16:21:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-09-07 16:21:48 +0000
commit0909b33ee356b8b24e8cfd8ef9abfcce75eac449 (patch)
tree60b4dbc9eaed4dfda443b0bf3fa9ec06a75b03ad /sys/dev/pci/ydsreg.h
parent06c96fb315950bff13bd7a73d355ebdc21e85191 (diff)
remove the powerhook code. All architectures now use the ca_activate tree
traversal code to suspend/resume ok oga kettenis blambert
Diffstat (limited to 'sys/dev/pci/ydsreg.h')
-rw-r--r--sys/dev/pci/ydsreg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ydsreg.h b/sys/dev/pci/ydsreg.h
index 4515a266a1e..1fb6f05cadf 100644
--- a/sys/dev/pci/ydsreg.h
+++ b/sys/dev/pci/ydsreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ydsreg.h,v 1.5 2004/12/20 12:29:36 deraadt Exp $ */
+/* $OpenBSD: ydsreg.h,v 1.6 2010/09/07 16:21:46 deraadt Exp $ */
/* $NetBSD$ */
/*
@@ -398,7 +398,6 @@ struct yds_softc {
/*
* Suspend/resume support
*/
- void *powerhook;
int suspend;
};
#define sc_opl_iot sc_legacy_iot