diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-03-17 04:17:01 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-03-17 04:17:01 +0000 |
commit | 9b7aed6fd1912f905a2301bb1a264fb3cf9dad85 (patch) | |
tree | 10e07748c0fe425a8f14522490eeb3444893dcba /sys/arch/mac68k/dev/if_sn_nubus.c | |
parent | 787a09d940856ea29f07d5d8002b929346e43265 (diff) |
A couple of cleanup items suggested by is@netbsd.org.
Diffstat (limited to 'sys/arch/mac68k/dev/if_sn_nubus.c')
-rw-r--r-- | sys/arch/mac68k/dev/if_sn_nubus.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/mac68k/dev/if_sn_nubus.c b/sys/arch/mac68k/dev/if_sn_nubus.c index 832b16e8aaf..745309a3b25 100644 --- a/sys/arch/mac68k/dev/if_sn_nubus.c +++ b/sys/arch/mac68k/dev/if_sn_nubus.c @@ -1,5 +1,4 @@ -/* $NetBSD$ */ -/* $OpenBSD: if_sn_nubus.c,v 1.2 1997/03/14 14:11:35 briggs Exp $ */ +/* $OpenBSD: if_sn_nubus.c,v 1.3 1997/03/17 04:16:59 briggs Exp $ */ /* * Copyright (C) 1997 Allen Briggs @@ -41,10 +40,8 @@ #include <net/if.h> -#ifdef INET #include <netinet/in.h> #include <netinet/if_ether.h> -#endif #include <machine/bus.h> #include <machine/viareg.h> @@ -58,8 +55,6 @@ static int sn_nubus_match __P((struct device *, void *, void *)); static void sn_nubus_attach __P((struct device *, struct device *, void *)); static int sn_nb_card_vendor __P((struct nubus_attach_args *)); -void snsetup __P((struct sn_softc *)); - struct cfattach sn_nubus_ca = { sizeof(struct sn_softc), sn_nubus_match, sn_nubus_attach }; |