summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2860var.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2010-08-27 16:06:26 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2010-08-27 16:06:26 +0000
commit6edf190811a066b237b9d7ef0ab4e08942a1bba1 (patch)
tree93d0118ac5a0a03c0a58ea8cdcde851c860aab0e /sys/dev/ic/rt2860var.h
parente9774e1b179ec2eedc9ec274dddd9c21aec1846f (diff)
Stop calling xxx_power() from xxx_resume(); instead do it the other way around.
Get rid of the sc_power() callback, which isn't used anymore. ok deraadt@
Diffstat (limited to 'sys/dev/ic/rt2860var.h')
-rw-r--r--sys/dev/ic/rt2860var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rt2860var.h b/sys/dev/ic/rt2860var.h
index 5a1b538fe96..e0d466ca73c 100644
--- a/sys/dev/ic/rt2860var.h
+++ b/sys/dev/ic/rt2860var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2860var.h,v 1.18 2010/08/04 19:48:33 damien Exp $ */
+/* $OpenBSD: rt2860var.h,v 1.19 2010/08/27 16:06:25 kettenis Exp $ */
/*-
* Copyright (c) 2007
@@ -112,7 +112,6 @@ struct rt2860_softc {
int (*sc_enable)(struct rt2860_softc *);
void (*sc_disable)(struct rt2860_softc *);
- void (*sc_power)(struct rt2860_softc *, int);
bus_dma_tag_t sc_dmat;
bus_space_tag_t sc_st;