From cd0ef57bb347e03ee492131e0e89e6d272667708 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 29 Nov 1995 17:40:47 +0000 Subject: [PATCH] Don't staticize again (twice). Cleaned up includes. --- sys/dev/eisa/eisaconf.c | 9 +++++---- sys/i386/eisa/eisaconf.c | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index 27222667bc9e..f3c0a0aa99c5 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.8 1995/11/20 12:41:11 phk Exp $ + * $Id: eisaconf.c,v 1.9 1995/11/29 10:12:34 phk Exp $ */ #include #include @@ -28,8 +28,9 @@ #include #include -#include "i386/isa/icu.h" /* Hmmm. Interrupt stuff? */ -#include "eisaconf.h" +#include + +#include /* Hmmm. Interrupt stuff? */ struct eisa_device_node{ struct eisa_device dev; @@ -61,7 +62,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 static struct eisa_driver mainboard_drv = { +static struct eisa_driver mainboard_drv = { "eisa", NULL, NULL, diff --git a/sys/i386/eisa/eisaconf.c b/sys/i386/eisa/eisaconf.c index 27222667bc9e..f3c0a0aa99c5 100644 --- a/sys/i386/eisa/eisaconf.c +++ b/sys/i386/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.8 1995/11/20 12:41:11 phk Exp $ + * $Id: eisaconf.c,v 1.9 1995/11/29 10:12:34 phk Exp $ */ #include #include @@ -28,8 +28,9 @@ #include #include -#include "i386/isa/icu.h" /* Hmmm. Interrupt stuff? */ -#include "eisaconf.h" +#include + +#include /* Hmmm. Interrupt stuff? */ struct eisa_device_node{ struct eisa_device dev; @@ -61,7 +62,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 static struct eisa_driver mainboard_drv = { +static struct eisa_driver mainboard_drv = { "eisa", NULL, NULL,