summaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-03-28 05:06:58 +0300
committerMichal Simek <michal.simek@xilinx.com>2018-04-23 13:43:44 +0300
commitf71044c999bf01f2875f26b0df7c0d172d257326 (patch)
tree37746c6eb0978b45f765fabf24e9b29d1514c51b /arch/microblaze/kernel
parentece97f3a5fb50cf5f98886fbc63c9665f2bb199d (diff)
downloadlinux-f71044c999bf01f2875f26b0df7c0d172d257326.tar.xz
microblaze: remove unnecessary prom.h includes
In preparation to remove prom.h, remove unnecessary prom.h includes. 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/kernel')
-rw-r--r--arch/microblaze/kernel/platform.c1
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 = {