diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1998-12-07 21:58:50 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1998-12-07 21:58:50 +0000 |
| commit | f1d19042b082d95f07a0027e596ba2405aa8a9a5 (patch) | |
| tree | b856be4db5efb04d68d01039a157119ac8613b9f /sys/dev/ppbus/lpbb.c | |
| parent | f769cca5eb9fed523269d85eefe74037ff7bd1b5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus/lpbb.c')
| -rw-r--r-- | sys/dev/ppbus/lpbb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ppbus/lpbb.c b/sys/dev/ppbus/lpbb.c index 39c43f09cd5e..7c77779615c3 100644 --- a/sys/dev/ppbus/lpbb.c +++ b/sys/dev/ppbus/lpbb.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: lpbb.c,v 1.1 1998/10/31 11:35:21 nsouch Exp $ + * $Id: lpbb.c,v 1.2 1998/11/09 22:22:01 nsouch Exp $ * */ @@ -133,7 +133,6 @@ lpbb_probe(device_t dev) static int lpbb_attach(device_t dev) { - struct lpbb_softc *sc = (struct lpbb_softc *)device_get_softc(dev); device_t bitbang, iicbus; /* add generic bit-banging code */ |
