diff options
author | Rob Herring <robh@kernel.org> | 2018-03-28 04:06:58 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-23 12:43:44 +0200 |
commit | f71044c999bf01f2875f26b0df7c0d172d257326 (patch) | |
tree | 37746c6eb0978b45f765fabf24e9b29d1514c51b /arch/microblaze/kernel | |
parent | microblaze: Fix simpleImage format generation (diff) | |
download | linux-f71044c999bf01f2875f26b0df7c0d172d257326.tar.xz linux-f71044c999bf01f2875f26b0df7c0d172d257326.zip |
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.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 = { |