| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* mvme147.c : the Linux/mvme147/lance ethernet driver |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 05/1998 Peter Maydell <pmaydell@chiark.greenend.org.uk> |
|---|
| .. | .. |
|---|
| 15 | 16 | #include <linux/init.h> |
|---|
| 16 | 17 | #include <linux/errno.h> |
|---|
| 17 | 18 | #include <linux/gfp.h> |
|---|
| 19 | +#include <linux/pgtable.h> |
|---|
| 18 | 20 | /* Used for the temporal inet entries and routing */ |
|---|
| 19 | 21 | #include <linux/socket.h> |
|---|
| 20 | 22 | #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 | #include <asm/mvme147hw.h> |
|---|
| 28 | 29 | |
|---|
| 29 | 30 | /* We have 32K of RAM for the init block and buffers. This places |
|---|