summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/eisa/bt74x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/bt74x.c b/sys/i386/eisa/bt74x.c
index fe59669..ab166f6 100644
--- a/sys/i386/eisa/bt74x.c
+++ b/sys/i386/eisa/bt74x.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: bt74x.c,v 1.9 1997/02/22 09:32:00 peter Exp $
+ * $Id: bt74x.c,v 1.10 1997/07/20 06:31:09 bde Exp $
*/
#include "eisa.h"
@@ -90,7 +90,7 @@
static int bt_eisa_probe __P((void));
static int bt_eisa_attach __P((struct eisa_device *e_dev));
-struct eisa_driver bt_eisa_driver = {
+static struct eisa_driver bt_eisa_driver = {
"bt",
bt_eisa_probe,
bt_eisa_attach,
OpenPOWER on IntegriCloud