diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-07 10:20:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-07 10:20:19 -0700 |
commit | c0ab85267e25e34ce8b7e4429f0ef01fa0795b80 (patch) | |
tree | 26bdf432b4812e67ffd6cf4abe08c4bb9cc2dddc /arch/microblaze/kernel/platform.c | |
parent | d987f62cce3289e42b83eb6c110c4745ea781bdf (diff) | |
parent | a7a9e2f0410ddf9ec7491fca0c91fcb4c5c30cbb (diff) | |
download | kernel_replicant_linux-c0ab85267e25e34ce8b7e4429f0ef01fa0795b80.tar.gz kernel_replicant_linux-c0ab85267e25e34ce8b7e4429f0ef01fa0795b80.tar.bz2 kernel_replicant_linux-c0ab85267e25e34ce8b7e4429f0ef01fa0795b80.zip |
Merge tag 'microblaze-v4.18-rc1' of git://git.monstr.eu/linux-2.6-microblaze
Pull microblaze updates from Michal Simek:
- Fix simpleImage format generation
- Remove earlyprintk support and replace it by earlycon
* tag 'microblaze-v4.18-rc1' of git://git.monstr.eu/linux-2.6-microblaze:
microblaze: dts: replace 'linux,stdout-path' with 'stdout-path'
microblaze: remove redundant early_printk support
microblaze: remove unnecessary prom.h includes
microblaze: Fix simpleImage format generation
Diffstat (limited to 'arch/microblaze/kernel/platform.c')
-rw-r--r-- | arch/microblaze/kernel/platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/platform.c b/arch/microblaze/kernel/platform.c index b9529caa507a..2540d60610d9 100644 --- a/arch/microblaze/kernel/platform.c +++ b/arch/microblaze/kernel/platform.c @@ -12,7 +12,6 @@ #include <linux/init.h> #include <linux/of_platform.h> -#include <asm/prom.h> #include <asm/setup.h> static struct of_device_id xilinx_of_bus_ids[] __initdata = { |