diff options
Diffstat (limited to 'sys/dev/pci/if_ipwvar.h')
-rw-r--r-- | sys/dev/pci/if_ipwvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ipwvar.h b/sys/dev/pci/if_ipwvar.h index 5c5d83b9abf..4f4b7f41a02 100644 --- a/sys/dev/pci/if_ipwvar.h +++ b/sys/dev/pci/if_ipwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ipwvar.h,v 1.20 2010/08/03 18:26:25 kettenis Exp $ */ +/* $OpenBSD: if_ipwvar.h,v 1.21 2010/09/07 16:21:45 deraadt Exp $ */ /*- * Copyright (c) 2004-2006 @@ -128,7 +128,6 @@ struct ipw_softc { uint32_t rxcur; int txfree; - void *powerhook; struct workq_task sc_resume_wqt; #if NBPFILTER > 0 |