diff options
Diffstat (limited to 'sys/i386/eisa/aha1742.c')
-rw-r--r-- | sys/i386/eisa/aha1742.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c index 941d0cf..7a33c04 100644 --- a/sys/i386/eisa/aha1742.c +++ b/sys/i386/eisa/aha1742.c @@ -14,7 +14,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aha1742.c,v 1.39 1995/11/04 17:07:03 bde Exp $ + * $Id: aha1742.c,v 1.40 1995/11/09 22:43:24 gibbs Exp $ */ #include <sys/types.h> @@ -278,7 +278,7 @@ static int ahb_debug = 0; #define PAGESIZ 4096 #ifdef KERNEL -struct eisa_driver ahb_eisa_driver = +static struct eisa_driver ahb_eisa_driver = { "ahb", ahbprobe, |