diff options
Diffstat (limited to 'sys/i4b/layer1/iwic/i4b_iwic_pci.c')
-rw-r--r-- | sys/i4b/layer1/iwic/i4b_iwic_pci.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_pci.c b/sys/i4b/layer1/iwic/i4b_iwic_pci.c index 53e0510..d94ab4b 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_pci.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_pci.c @@ -26,13 +26,13 @@ * * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- - * - * $FreeBSD$ - * * last edit-date: [Tue Jan 16 10:53:03 2001] * *---------------------------------------------------------------------------*/ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_i4b.h" #include <sys/param.h> @@ -41,7 +41,6 @@ #include <sys/socket.h> #include <net/if.h> - #include <machine/bus.h> #include <machine/resource.h> #include <sys/bus.h> |