summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mpt/mpt.c')
-rw-r--r--sys/dev/mpt/mpt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c
index 8c99e1c..99c0faf 100644
--- a/sys/dev/mpt/mpt.c
+++ b/sys/dev/mpt/mpt.c
@@ -1,7 +1,4 @@
/*
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
* Generic 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>
#define MPT_MAX_TRYS 3
OpenPOWER on IntegriCloud