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>
This commit is contained in:
Родитель
ece97f3a5f
Коммит
f71044c999
|
@ -13,7 +13,7 @@
|
||||||
#ifndef _ASM_MICROBLAZE_CPUINFO_H
|
#ifndef _ASM_MICROBLAZE_CPUINFO_H
|
||||||
#define _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 */
|
/* CPU Version and FPGA Family code conversion table type */
|
||||||
struct cpu_ver_key {
|
struct cpu_ver_key {
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
#include <linux/scatterlist.h>
|
#include <linux/scatterlist.h>
|
||||||
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/prom.h>
|
|
||||||
#include <asm/pci-bridge.h>
|
#include <asm/pci-bridge.h>
|
||||||
|
|
||||||
#define PCIBIOS_MIN_IO 0x1000
|
#define PCIBIOS_MIN_IO 0x1000
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/of_platform.h>
|
#include <linux/of_platform.h>
|
||||||
#include <asm/prom.h>
|
|
||||||
#include <asm/setup.h>
|
#include <asm/setup.h>
|
||||||
|
|
||||||
static struct of_device_id xilinx_of_bus_ids[] __initdata = {
|
static struct of_device_id xilinx_of_bus_ids[] __initdata = {
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <asm/prom.h>
|
|
||||||
#include <asm/pci-bridge.h>
|
#include <asm/pci-bridge.h>
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Загрузка…
Ссылка в новой задаче