aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_sk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_sk.c')
-rw-r--r--sys/pci/if_sk.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index 1b0c41aece8b..1ef44935baec 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -31,7 +31,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-
/*
* Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu>
*
@@ -48,6 +47,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* SysKonnect SK-NET gigabit ethernet driver for FreeBSD. Supports
* the SK-984x series adapters, both single port and dual port.
@@ -66,7 +68,6 @@
* Department of Electrical Engineering
* Columbia University, New York City
*/
-
/*
* The SysKonnect gigabit ethernet adapters consist of two main
* components: the SysKonnect GEnesis controller chip and the XaQti Corp.
@@ -84,9 +85,6 @@
* both XMACs to operate as independent interfaces.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sockio.h>