Remove unused FE_VERSION and FE_REG_VERSION.

This commit is contained in:
tsutsui 2002-09-28 17:22:49 +00:00
parent 43367243b6
commit d73bf82699
2 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mb86960.c,v 1.50 2001/11/13 13:14:41 lukem Exp $ */
/* $NetBSD: mb86960.c,v 1.51 2002/09/28 17:22:49 tsutsui Exp $ */
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
@ -32,9 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.50 2001/11/13 13:14:41 lukem Exp $");
#define FE_VERSION "if_fe.c ver. 0.8"
__KERNEL_RCSID(0, "$NetBSD: mb86960.c,v 1.51 2002/09/28 17:22:49 tsutsui Exp $");
/*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fereg.h,v 1.3 2002/09/28 17:09:20 tsutsui Exp $ */
/* $NetBSD: if_fereg.h,v 1.4 2002/09/28 17:22:50 tsutsui Exp $ */
/*
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
@ -23,8 +23,6 @@
* SUCH DAMAGE.
*/
#define FE_REG_VERSION "if_fereg.h ver. 0.8"
/*
* Hardware specification of various 86960/86965 based Ethernet cards.
* Contributed by M.S. <seki@sysrap.cs.fujitsu.co.jp>