.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
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. |
---|
6 | 3 | * |
---|
7 | 4 | * Copyright (C) 2003, 04, 11 Ralf Baechle (ralf@linux-mips.org) |
---|
8 | 5 | * Copyright (C) 2011 Wind River Systems, |
---|
.. | .. |
---|
11 | 8 | #include <linux/bug.h> |
---|
12 | 9 | #include <linux/kernel.h> |
---|
13 | 10 | #include <linux/mm.h> |
---|
14 | | -#include <linux/bootmem.h> |
---|
| 11 | +#include <linux/memblock.h> |
---|
15 | 12 | #include <linux/export.h> |
---|
16 | 13 | #include <linux/init.h> |
---|
17 | 14 | #include <linux/types.h> |
---|