diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-08-27 16:06:26 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-08-27 16:06:26 +0000 |
commit | 6edf190811a066b237b9d7ef0ab4e08942a1bba1 (patch) | |
tree | 93d0118ac5a0a03c0a58ea8cdcde851c860aab0e /sys/dev/ic/rt2860var.h | |
parent | e9774e1b179ec2eedc9ec274dddd9c21aec1846f (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.h | 3 |
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; |