diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index 4ae2cc8fd52..533ac933b7e 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -27,6 +27,7 @@ * SUCH DAMAGE. */ +#ident "$FreeBSD$" #include __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 d35e7347f70..b6c20f00d94 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 -__FBSDID("$FreeBSD$"); - #include #include #include