hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/arch/mips/pci/pci.c
....@@ -1,8 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
2
- * This program is free software; you can redistribute it and/or modify it
3
- * under the terms of the GNU General Public License as published by the
4
- * Free Software Foundation; either version 2 of the License, or (at your
5
- * option) any later version.
63 *
74 * Copyright (C) 2003, 04, 11 Ralf Baechle (ralf@linux-mips.org)
85 * Copyright (C) 2011 Wind River Systems,
....@@ -11,7 +8,7 @@
118 #include <linux/bug.h>
129 #include <linux/kernel.h>
1310 #include <linux/mm.h>
14
-#include <linux/bootmem.h>
11
+#include <linux/memblock.h>
1512 #include <linux/export.h>
1613 #include <linux/init.h>
1714 #include <linux/types.h>