summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/dpt/dpt_scsi.c3
-rw-r--r--sys/dev/fxp/if_fxp.c3
2 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index 4ae2cc8..533ac93 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -27,6 +27,7 @@
* SUCH DAMAGE.
*/
+#ident "$FreeBSD$"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@@ -46,8 +47,6 @@ __FBSDID("$FreeBSD$");
* arrays that span controllers (Wow!).
*/
-#ident "$FreeBSD$"
-
#define _DPT_C_
#include "opt_dpt.h"
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index d35e734..b6c20f0 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -34,9 +34,6 @@ __FBSDID("$FreeBSD$");
* Intel EtherExpress Pro/100B PCI Fast Ethernet driver
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/endian.h>
OpenPOWER on IntegriCloud