diff options
| author | Rob Herring <robh@kernel.org> | 2018-03-09 10:52:55 -0500 |
|---|---|---|
| committer | Michal Simek <michal.simek@xilinx.com> | 2018-03-16 07:51:27 -0400 |
| commit | cd4dfee6a8bfbbe404e9905aff85e267ec99f5fa (patch) | |
| tree | af4eb262686e772ab06cc3caef4718b5d46e7fb2 /arch/microblaze/include | |
| parent | 18ffc0cce4ff947a2acc9b2e06ae5309a6e6fb43 (diff) | |
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); | |||
| 44 | void machine_halt(void); | 44 | void machine_halt(void); |
| 45 | void machine_power_off(void); | 45 | void machine_power_off(void); |
| 46 | 46 | ||
| 47 | extern void *alloc_maybe_bootmem(size_t size, gfp_t mask); | ||
| 48 | extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask); | 47 | extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask); |
| 49 | 48 | ||
| 50 | # endif /* __ASSEMBLY__ */ | 49 | # endif /* __ASSEMBLY__ */ |
