From 064d13e0adc58bee4a27c433e43f88182e0db736 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 14 Apr 1997 02:30:45 +0000 Subject: [PATCH] Remove unnecessary softc member. --- sys/arch/hp300/dev/if_levar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/hp300/dev/if_levar.h b/sys/arch/hp300/dev/if_levar.h index 38db5758b1e2..84b2ec03ec74 100644 --- a/sys/arch/hp300/dev/if_levar.h +++ b/sys/arch/hp300/dev/if_levar.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_levar.h,v 1.7 1997/03/15 18:09:48 is Exp $ */ +/* $NetBSD: if_levar.h,v 1.8 1997/04/14 02:30:45 thorpej Exp $ */ /*- * Copyright (c) 1995 Charles M. Hannum. All rights reserved. @@ -49,7 +49,6 @@ struct le_softc { struct am7990_softc sc_am7990; /* glue to MI code */ - struct isr sc_isr; struct lereg0 *sc_r0; /* DIO registers */ struct lereg1 *sc_r1; /* LANCE registers */ };