summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-29 10:12:34 +0000
committerphk <phk@FreeBSD.org>1995-11-29 10:12:34 +0000
commit4e3ca77747aad0622d8349c4627959122a7e87f4 (patch)
treefa2690d9a5efd64778c816d549e4ff495b4db751 /sys/dev/eisa
parentf57f9006f33769e43f64b07f4965f3f9d181459d (diff)
downloadFreeBSD-src-4e3ca77747aad0622d8349c4627959122a7e87f4.zip
FreeBSD-src-4e3ca77747aad0622d8349c4627959122a7e87f4.tar.gz
Staticize again.
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r--sys/dev/eisa/eisaconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c
index b83cc49..2722266 100644
--- a/sys/dev/eisa/eisaconf.c
+++ b/sys/dev/eisa/eisaconf.c
@@ -18,7 +18,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: eisaconf.c,v 1.7 1995/11/10 01:32:12 gibbs Exp $
+ * $Id: eisaconf.c,v 1.8 1995/11/20 12:41:11 phk Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
@@ -61,7 +61,7 @@ static struct eisa_device_node *eisa_dev_list;
static struct eisa_device_node **eisa_dev_list_tail = &eisa_dev_list;
static u_long eisa_unit;
-static struct eisa_driver mainboard_drv = {
+static static struct eisa_driver mainboard_drv = {
"eisa",
NULL,
NULL,
OpenPOWER on IntegriCloud