diff options
Diffstat (limited to 'sys/dev/ic/rt2661var.h')
-rw-r--r-- | sys/dev/ic/rt2661var.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rt2661var.h b/sys/dev/ic/rt2661var.h index d4130d32f46..a2f4be57ced 100644 --- a/sys/dev/ic/rt2661var.h +++ b/sys/dev/ic/rt2661var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2661var.h,v 1.12 2010/08/27 16:06:25 kettenis Exp $ */ +/* $OpenBSD: rt2661var.h,v 1.13 2010/09/07 16:21:42 deraadt Exp $ */ /*- * Copyright (c) 2006 @@ -174,7 +174,6 @@ struct rt2661_softc { #define sc_txtap sc_txtapu.th int sc_txtap_len; #endif - void *sc_powerhook; }; int rt2661_attach(void *, int); |