summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2560var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/rt2560var.h')
-rw-r--r--sys/dev/ic/rt2560var.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/rt2560var.h b/sys/dev/ic/rt2560var.h
index e461fd4d7be..e2695083004 100644
--- a/sys/dev/ic/rt2560var.h
+++ b/sys/dev/ic/rt2560var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2560var.h,v 1.5 2006/10/22 12:14:44 damien Exp $ */
+/* $OpenBSD: rt2560var.h,v 1.6 2009/08/10 17:47:23 damien Exp $ */
/*-
* Copyright (c) 2005, 2006
@@ -162,11 +162,9 @@ struct rt2560_softc {
#define sc_txtap sc_txtapu.th
int sc_txtap_len;
#endif
- void *sc_sdhook; /* shutdown hook */
void *sc_powerhook; /* power management hook */
};
int rt2560_attach(void *, int);
int rt2560_detach(void *);
int rt2560_intr(void *);
-void rt2560_shutdown(void *);