aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/eisa/eisaconf.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-29 17:40:47 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-29 17:40:47 +0000
commitcd0ef57bb347e03ee492131e0e89e6d272667708 (patch)
treebb98e3f2754bccab60958062a2f0a57f36f00eb8 /sys/i386/eisa/eisaconf.c
parentf98e0b2d0bfb65bd4d27d73deb3bac3ba2395d91 (diff)
downloadsrc-cd0ef57bb347e03ee492131e0e89e6d272667708.tar.gz
src-cd0ef57bb347e03ee492131e0e89e6d272667708.zip
Don't staticize again (twice).
Cleaned up includes.
Notes
Notes: svn path=/head/; revision=12530
Diffstat (limited to 'sys/i386/eisa/eisaconf.c')
-rw-r--r--sys/i386/eisa/eisaconf.c9
1 files changed, 5 insertions, 4 deletions
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 <sys/param.h>
#include <sys/systm.h>
@@ -28,8 +28,9 @@
#include <sys/malloc.h>
#include <sys/devconf.h>
-#include "i386/isa/icu.h" /* Hmmm. Interrupt stuff? */
-#include "eisaconf.h"
+#include <i386/eisa/eisaconf.h>
+
+#include <i386/isa/icu.h> /* 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,