From: brad Date: Tue, 20 Jan 2015 03:58:04 +0000 (+0000) Subject: And the variable too. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=39bffeb468b149e2997feb03ea667dee9900a02c;p=openbsd And the variable too. --- diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index f5d6b7e6628..d1b56d1de42 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rgephy.c,v 1.36 2015/01/20 03:54:26 brad Exp $ */ +/* $OpenBSD: rgephy.c,v 1.37 2015/01/20 03:58:04 brad Exp $ */ /* * Copyright (c) 2003 * Bill Paul . All rights reserved. @@ -479,8 +479,6 @@ rgephy_load_dspcode(struct mii_softc *sc) void rgephy_reset(struct mii_softc *sc) { - uint16_t reg; - mii_phy_reset(sc); DELAY(1000); rgephy_load_dspcode(sc);