summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rt2661var.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/rt2661var.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/rt2661var.h')
-rw-r--r--sys/dev/ic/rt2661var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rt2661var.h b/sys/dev/ic/rt2661var.h
index b426a8b4d47..d4130d32f46 100644
--- a/sys/dev/ic/rt2661var.h
+++ b/sys/dev/ic/rt2661var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2661var.h,v 1.11 2010/08/04 19:48:33 damien Exp $ */
+/* $OpenBSD: rt2661var.h,v 1.12 2010/08/27 16:06:25 kettenis Exp $ */
/*-
* Copyright (c) 2006
@@ -97,7 +97,6 @@ struct rt2661_softc {
int (*sc_enable)(struct rt2661_softc *);
void (*sc_disable)(struct rt2661_softc *);
- void (*sc_power)(struct rt2661_softc *, int);
bus_dma_tag_t sc_dmat;
bus_space_tag_t sc_st;