summaryrefslogtreecommitdiff
path: root/arch/microblaze
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-06-11 08:58:36 -0600
committerMichal Simek <michal.simek@xilinx.com>2018-06-12 12:46:12 +0200
commit71ab91157e9d849a5a0c5fcd1ce68d236c3ca703 (patch)
treef89adba4ddb303c10ae32333232bdf3e54cd95b8 /arch/microblaze
parentf0dc7f9c6dd99891611fca5849cbc4c6965b690e (diff)
microblaze: heartbeat: fix missing prom.h include
Since commit 96f0e6fcc9ad ("microblaze: remove redundant early_printk support") prom.h was removed and one instance in heartbeat.c remained. Include of.h as it is the actual header needed. Fixes: 96f0e6fcc9ad ("microblaze: remove redundant early_printk support") Reported-by: kbuild test robot <lkp@intel.com> Cc: Michal Simek <monstr@monstr.eu> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/heartbeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/heartbeat.c b/arch/microblaze/kernel/heartbeat.c
index 2022130139d2..87aa942eee8c 100644
--- a/arch/microblaze/kernel/heartbeat.c
+++ b/arch/microblaze/kernel/heartbeat.c
@@ -11,10 +11,10 @@
#include <linux/sched.h>
#include <linux/sched/loadavg.h>
#include <linux/io.h>
+#include <linux/of.h>
#include <asm/setup.h>
#include <asm/page.h>
-#include <asm/prom.h>
static unsigned int base_addr;