diff options
Diffstat (limited to 'sys/pci/if_vr.c')
-rw-r--r-- | sys/pci/if_vr.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index a65f521..712bbea 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/if_vr.c @@ -30,6 +30,9 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * VIA Rhine fast ethernet PCI NIC driver * @@ -41,7 +44,6 @@ * Electrical Engineering Department * Columbia University, New York City */ - /* * The VIA Rhine controllers are similar in some respects to the * the DEC tulip chips, except less complicated. The controller @@ -57,9 +59,6 @@ * transmission. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> |