Skip to content

Commit

Permalink
microblaze: remove unnecessary prom.h includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring authored and Michal Simek committed Apr 23, 2018
1 parent ece97f3 commit f71044c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion arch/microblaze/include/asm/cpuinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#ifndef _ASM_MICROBLAZE_CPUINFO_H
#define _ASM_MICROBLAZE_CPUINFO_H

#include <asm/prom.h>
#include <linux/of.h>

/* CPU Version and FPGA Family code conversion table type */
struct cpu_ver_key {
Expand Down
1 change: 0 additions & 1 deletion arch/microblaze/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/scatterlist.h>

#include <asm/io.h>
#include <asm/prom.h>
#include <asm/pci-bridge.h>

#define PCIBIOS_MIN_IO 0x1000
Expand Down
1 change: 0 additions & 1 deletion arch/microblaze/kernel/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
1 change: 0 additions & 1 deletion arch/microblaze/pci/indirect_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/init.h>

#include <linux/io.h>
#include <asm/prom.h>
#include <asm/pci-bridge.h>

static int
Expand Down

0 comments on commit f71044c

Please sign in to comment.