diff options
author | Rob Herring <robh@kernel.org> | 2018-03-09 09:52:55 -0600 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-03-16 12:51:27 +0100 |
commit | cd4dfee6a8bfbbe404e9905aff85e267ec99f5fa (patch) | |
tree | af4eb262686e772ab06cc3caef4718b5d46e7fb2 /arch/microblaze/include | |
parent | 18ffc0cce4ff947a2acc9b2e06ae5309a6e6fb43 (diff) | |
download | blackbird-obmc-linux-cd4dfee6a8bfbbe404e9905aff85e267ec99f5fa.tar.gz blackbird-obmc-linux-cd4dfee6a8bfbbe404e9905aff85e267ec99f5fa.zip |
microblaze: remove unused alloc_maybe_bootmem
alloc_maybe_bootmem is unused, so remove it.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r-- | arch/microblaze/include/asm/setup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h index be84a4d3917f..7c968c1d1729 100644 --- a/arch/microblaze/include/asm/setup.h +++ b/arch/microblaze/include/asm/setup.h @@ -44,7 +44,6 @@ void machine_shutdown(void); void machine_halt(void); void machine_power_off(void); -extern void *alloc_maybe_bootmem(size_t size, gfp_t mask); extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask); # endif /* __ASSEMBLY__ */ |