diff options
author | Rob Herring <robh@kernel.org> | 2018-03-27 21:06:58 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-23 12:43:44 +0200 |
commit | f71044c999bf01f2875f26b0df7c0d172d257326 (patch) | |
tree | 37746c6eb0978b45f765fabf24e9b29d1514c51b /arch/microblaze/include/asm/cpuinfo.h | |
parent | ece97f3a5fb50cf5f98886fbc63c9665f2bb199d (diff) |
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/include/asm/cpuinfo.h')
-rw-r--r-- | arch/microblaze/include/asm/cpuinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/cpuinfo.h b/arch/microblaze/include/asm/cpuinfo.h index 3337417fcdca..8f4996730552 100644 --- a/arch/microblaze/include/asm/cpuinfo.h +++ b/arch/microblaze/include/asm/cpuinfo.h @@ -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 { |