From b0a76e6a6984b42fba517616bda690e76f2d5bbd Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 1 Mar 1998 06:06:20 +0000 Subject: [PATCH] Restored half of the ANSI semantic errors fix which was clobbered by the previous commit. --- sys/dev/bktr/bktr_core.c | 2 -- sys/pci/brooktree848.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index 27e48288c7e..191fffb3457 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -663,8 +663,6 @@ static u_long status_sum = 0; /* * misc. support routines. */ -static const struct CARDTYPE cards[]; -static const struct TUNER tuners[]; static int signCard( bktr_ptr_t bktr, int offset, int count, u_char* sig ); static void probeCard( bktr_ptr_t bktr, int verbose ); diff --git a/sys/pci/brooktree848.c b/sys/pci/brooktree848.c index 27e48288c7e..191fffb3457 100644 --- a/sys/pci/brooktree848.c +++ b/sys/pci/brooktree848.c @@ -663,8 +663,6 @@ static u_long status_sum = 0; /* * misc. support routines. */ -static const struct CARDTYPE cards[]; -static const struct TUNER tuners[]; static int signCard( bktr_ptr_t bktr, int offset, int count, u_char* sig ); static void probeCard( bktr_ptr_t bktr, int verbose );