microblaze: heartbeat: fix missing prom.h include
authorRob Herring <robh@kernel.org>
Mon, 11 Jun 2018 14:58:36 +0000 (08:58 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 12 Jun 2018 10:46:12 +0000 (12:46 +0200)
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>
arch/microblaze/kernel/heartbeat.c

index 2022130..87aa942 100644 (file)
 #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;