hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/macintosh/mediabay.c
....@@ -1,14 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Driver for the media bay on the PowerBook 3400 and 2400.
34 *
45 * Copyright (C) 1998 Paul Mackerras.
56 *
67 * 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.
128 */
139 #include <linux/types.h>
1410 #include <linux/errno.h>
....@@ -20,8 +16,8 @@
2016 #include <linux/init.h>
2117 #include <linux/kthread.h>
2218 #include <linux/mutex.h>
19
+#include <linux/pgtable.h>
2320 #include <asm/prom.h>
24
-#include <asm/pgtable.h>
2521 #include <asm/io.h>
2622 #include <asm/machdep.h>
2723 #include <asm/pmac_feature.h>