| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* hplance.c : the Linux/hp300/lance ethernet driver |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 05/1998 Peter Maydell <pmaydell@chiark.greenend.org.uk> |
|---|
| .. | .. |
|---|
| 14 | 15 | #include <linux/delay.h> |
|---|
| 15 | 16 | #include <linux/init.h> |
|---|
| 16 | 17 | #include <linux/errno.h> |
|---|
| 18 | +#include <linux/pgtable.h> |
|---|
| 17 | 19 | /* Used for the temporal inet entries and routing */ |
|---|
| 18 | 20 | #include <linux/socket.h> |
|---|
| 19 | 21 | #include <linux/route.h> |
|---|
| .. | .. |
|---|
| 23 | 25 | #include <linux/skbuff.h> |
|---|
| 24 | 26 | |
|---|
| 25 | 27 | #include <asm/io.h> |
|---|
| 26 | | -#include <asm/pgtable.h> |
|---|
| 27 | 28 | |
|---|
| 28 | 29 | #include "hplance.h" |
|---|
| 29 | 30 | |
|---|