diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-09-07 16:21:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-09-07 16:21:48 +0000 |
commit | 0909b33ee356b8b24e8cfd8ef9abfcce75eac449 (patch) | |
tree | 60b4dbc9eaed4dfda443b0bf3fa9ec06a75b03ad /sys/dev/pci/ydsreg.h | |
parent | 06c96fb315950bff13bd7a73d355ebdc21e85191 (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.h | 3 |
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 |