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)
commit71ab91157e9d849a5a0c5fcd1ce68d236c3ca703
treef89adba4ddb303c10ae32333232bdf3e54cd95b8
parentf0dc7f9c6dd99891611fca5849cbc4c6965b690e
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>
arch/microblaze/kernel/heartbeat.c