diff options
author | Stafford Horne <shorne@gmail.com> | 2016-04-03 13:14:49 +0300 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2016-12-12 17:10:00 +0300 |
commit | 266c7fad157265bb54d17db1c9545f2aaa488643 (patch) | |
tree | 9fd40c1afd0a49822b92babf032b42b9751dfb56 /arch/openrisc/include | |
parent | 994894c3f710f5d8ca89d22988fe715db57bbc87 (diff) | |
download | linux-266c7fad157265bb54d17db1c9545f2aaa488643.tar.xz |
openrisc: Consolidate setup to use memblock instead of bootmem
Clearing out one todo item. Use the memblock boot time memory
which is the current standard.
Tested-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jonas <jonas@southpole.se>
Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc/include')
-rw-r--r-- | arch/openrisc/include/asm/pgalloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/pgalloc.h b/arch/openrisc/include/asm/pgalloc.h index 87eebd185089..3e1a46615120 100644 --- a/arch/openrisc/include/asm/pgalloc.h +++ b/arch/openrisc/include/asm/pgalloc.h @@ -23,7 +23,6 @@ #include <linux/threads.h> #include <linux/mm.h> #include <linux/memblock.h> -#include <linux/bootmem.h> extern int mem_init_done; |