diff options
-rw-r--r-- | sys/dev/pci/safevar.h | 3 |
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 */ |