summaryrefslogtreecommitdiff
path: root/sys/dev/ispfw
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-03-21 18:16:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-03-21 18:16:49 +0000
commite68f77a69e5dc08739aee147356e2953d0213ce7 (patch)
tree5bd31da1a946181152053e6fc69e673cb7bfd5c8 /sys/dev/ispfw
parent3648c6218858f56f5c2c31066196ca021c2b7c4c (diff)
Notes
Diffstat (limited to 'sys/dev/ispfw')
-rw-r--r--sys/dev/ispfw/ispfw.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c
index dd693265a27f..edad406d218b 100644
--- a/sys/dev/ispfw/ispfw.c
+++ b/sys/dev/ispfw/ispfw.c
@@ -1,7 +1,4 @@
-/*
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+/*-
* ISP Firmware Helper Pseudo Device for FreeBSD
*
* Copyright (c) 2000, 2001, by Matthew Jacob
@@ -29,6 +26,9 @@ __FBSDID("$FreeBSD$");
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/malloc.h>