diff options
author | Rob Herring <robh@kernel.org> | 2018-03-28 05:06:59 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-23 13:43:45 +0300 |
commit | 96f0e6fcc9add1f063984be32073fe8b1d39b664 (patch) | |
tree | f0abd8e3f5f8a2c55e96266898b8406f1abb4900 /arch/microblaze/include/asm/setup.h | |
parent | f71044c999bf01f2875f26b0df7c0d172d257326 (diff) | |
download | linux-96f0e6fcc9add1f063984be32073fe8b1d39b664.tar.xz |
microblaze: remove redundant early_printk support
With earlycon support now enabled, the arch specific early_printk support
can be removed.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/asm/setup.h')
-rw-r--r-- | arch/microblaze/include/asm/setup.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h index 7c968c1d1729..d5384f6f36f7 100644 --- a/arch/microblaze/include/asm/setup.h +++ b/arch/microblaze/include/asm/setup.h @@ -19,16 +19,11 @@ extern char cmd_line[COMMAND_LINE_SIZE]; extern char *klimit; -int setup_early_printk(char *opt); -void remap_early_printk(void); -void disable_early_printk(void); - void microblaze_heartbeat(void); void microblaze_setup_heartbeat(void); # ifdef CONFIG_MMU extern void mmu_reset(void); -extern void early_console_reg_tlb_alloc(unsigned int addr); # endif /* CONFIG_MMU */ extern void of_platform_reset_gpio_probe(void); |