aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt_debug.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-08-21 17:44:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-08-21 17:44:57 +0000
commit9295c6c55573aafd72e21f32c0573410ded182b5 (patch)
treea405a149c8470bb5fc8a2d4793162be429b1c707 /sys/dev/mpt/mpt_debug.c
parent5090559b7f1e821d08794e2e0a7f74e00540c10c (diff)
Notes
Diffstat (limited to 'sys/dev/mpt/mpt_debug.c')
-rw-r--r--sys/dev/mpt/mpt_debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c
index 96e35e103b3b2..d7ec166aee36a 100644
--- a/sys/dev/mpt/mpt_debug.c
+++ b/sys/dev/mpt/mpt_debug.c
@@ -1,7 +1,4 @@
/*
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
* Debug routines for LSI '909 FC adapters.
* FreeBSD Version.
*
@@ -32,6 +29,9 @@ __FBSDID("$FreeBSD$");
* Additional Copyright (c) 2002 by Matthew Jacob under same license.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <dev/mpt/mpt_freebsd.h>
#include <machine/stdarg.h> /* for use by mpt_prt below */