summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dd69326..edad406 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>
OpenPOWER on IntegriCloud