diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-04-20 00:34:40 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-04-20 00:34:40 +0000 |
commit | 7fdb90cefd4805ff34ff1b765f8b78853473b07d (patch) | |
tree | 2659e3ae1544345d7379227b8fc988b9f1600a65 /sys/dev/cardbus | |
parent | 23f6d05772bfe767ea50087b6c74aa962907ec0b (diff) |
Remove unused flags.
ok dlg@
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/if_re_cardbus.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/cardbus/if_re_cardbus.c b/sys/dev/cardbus/if_re_cardbus.c index d871940b417..86ba66db2fd 100644 --- a/sys/dev/cardbus/if_re_cardbus.c +++ b/sys/dev/cardbus/if_re_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_cardbus.c,v 1.12 2008/02/17 05:29:25 brad Exp $ */ +/* $OpenBSD: if_re_cardbus.c,v 1.13 2008/04/20 00:34:39 brad Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -159,8 +159,6 @@ re_cardbus_attach(struct device *parent, struct device *self, void *aux) } snprintf(intrstr, sizeof(intrstr), "irq %d", ca->ca_intrline); - sc->sc_flags |= RL_ENABLED; - sc->sc_sdhook = shutdownhook_establish(re_cardbus_shutdown, sc); sc->sc_pwrhook = powerhook_establish(re_cardbus_powerhook, sc); |