summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-27 15:02:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-08-27 15:02:13 +0000
commit7d42a1044afc9860604cb60a5b4df01e9c9a6600 (patch)
treea8290fef25b06b6c2dabf8474fb1298d03d491dc /sys
parentfbe234cad3c8ce40c1e0b5a682ed155282e533ae (diff)
no need for a sc_suspended variable
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/safevar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/safevar.h b/sys/dev/pci/safevar.h
index 7aa1c48cf58..ebe859d1dc5 100644
--- a/sys/dev/pci/safevar.h
+++ b/sys/dev/pci/safevar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: safevar.h,v 1.6 2008/07/21 04:12:21 kevlo Exp $ */
+/* $OpenBSD: safevar.h,v 1.7 2010/08/27 15:02:12 deraadt Exp $ */
/*-
* Copyright (c) 2003 Sam Leffler, Errno Consulting
@@ -155,7 +155,6 @@ struct safe_softc {
struct resource *sc_sr; /* memory resource */
bus_dma_tag_t sc_dmat;
u_int sc_chiprev; /* major/minor chip revision */
- int sc_suspended;
int sc_needwakeup; /* notify crypto layer */
int32_t sc_cid; /* crypto tag */
struct safe_dma_alloc sc_ringalloc; /* PE ring allocation state */