.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Driver for the media bay on the PowerBook 3400 and 2400. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 1998 Paul Mackerras. |
---|
5 | 6 | * |
---|
6 | 7 | * Various evolutions by Benjamin Herrenschmidt & Henry Worth |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or |
---|
9 | | - * modify it under the terms of the GNU General Public License |
---|
10 | | - * as published by the Free Software Foundation; either version |
---|
11 | | - * 2 of the License, or (at your option) any later version. |
---|
12 | 8 | */ |
---|
13 | 9 | #include <linux/types.h> |
---|
14 | 10 | #include <linux/errno.h> |
---|
.. | .. |
---|
20 | 16 | #include <linux/init.h> |
---|
21 | 17 | #include <linux/kthread.h> |
---|
22 | 18 | #include <linux/mutex.h> |
---|
| 19 | +#include <linux/pgtable.h> |
---|
23 | 20 | #include <asm/prom.h> |
---|
24 | | -#include <asm/pgtable.h> |
---|
25 | 21 | #include <asm/io.h> |
---|
26 | 22 | #include <asm/machdep.h> |
---|
27 | 23 | #include <asm/pmac_feature.h> |
---|