hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/ethernet/amd/hplance.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* hplance.c : the Linux/hp300/lance ethernet driver
23 *
34 * Copyright (C) 05/1998 Peter Maydell <pmaydell@chiark.greenend.org.uk>
....@@ -14,6 +15,7 @@
1415 #include <linux/delay.h>
1516 #include <linux/init.h>
1617 #include <linux/errno.h>
18
+#include <linux/pgtable.h>
1719 /* Used for the temporal inet entries and routing */
1820 #include <linux/socket.h>
1921 #include <linux/route.h>
....@@ -23,7 +25,6 @@
2325 #include <linux/skbuff.h>
2426
2527 #include <asm/io.h>
26
-#include <asm/pgtable.h>
2728
2829 #include "hplance.h"
2930