diff options
Diffstat (limited to 'sys/dev/radio.c')
-rw-r--r-- | sys/dev/radio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/radio.c b/sys/dev/radio.c index bbea6d5bce7..e893c892db7 100644 --- a/sys/dev/radio.c +++ b/sys/dev/radio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: radio.c,v 1.6 2002/05/30 15:22:26 mickey Exp $ */ +/* $OpenBSD: radio.c,v 1.7 2006/06/23 06:27:11 miod Exp $ */ /* $RuOBSD: radio.c,v 1.7 2001/12/04 06:03:05 tm Exp $ */ /* @@ -196,7 +196,6 @@ radioactivate(struct device *self, enum devact act) switch (act) { case DVACT_ACTIVATE: - return (EOPNOTSUPP); break; case DVACT_DEACTIVATE: |