aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/eisa/aha1742.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-11-29 10:12:34 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-11-29 10:12:34 +0000
commitbd8b134f3bd67d55bc69fd548a951c96e77aaeac (patch)
treefa2690d9a5efd64778c816d549e4ff495b4db751 /sys/i386/eisa/aha1742.c
parent490dd8738bbd4c404e765d684bdac0764a217ff1 (diff)
downloadsrc-bd8b134f3bd67d55bc69fd548a951c96e77aaeac.tar.gz
src-bd8b134f3bd67d55bc69fd548a951c96e77aaeac.zip
Staticize again.
Notes
Notes: svn path=/head/; revision=12513
Diffstat (limited to 'sys/i386/eisa/aha1742.c')
-rw-r--r--sys/i386/eisa/aha1742.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index 941d0cf2e545..7a33c048b63a 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,