aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virt/fsl_hypervisor.c
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2011-07-19 15:45:51 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-07-22 09:24:39 -0500
commitf1f4ee01c0d3dce0e3aa7d04e4332677db7af478 (patch)
treee7f13448b598d398d62515b91ed19620cdabb1f8 /drivers/virt/fsl_hypervisor.c
parentpowerpc/85xx: fix mpic configuration in CAMP mode (diff)
downloadlinux-dev-f1f4ee01c0d3dce0e3aa7d04e4332677db7af478.tar.xz
linux-dev-f1f4ee01c0d3dce0e3aa7d04e4332677db7af478.zip
drivers/virt: add missing linux/interrupt.h to fsl_hypervisor.c
fsl_hypervisor.c calls request_irq() but does not include linux/interrupt.h. Normally, the driver will compile without error, but it can fail on some configurations. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/virt/fsl_hypervisor.c')
-rw-r--r--drivers/virt/fsl_hypervisor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/virt/fsl_hypervisor.c b/drivers/virt/fsl_hypervisor.c
index 1d3b8ebb3141..3d9162151fd2 100644
--- a/drivers/virt/fsl_hypervisor.c
+++ b/drivers/virt/fsl_hypervisor.c
@@ -37,6 +37,7 @@
#include <linux/reboot.h>
#include <linux/uaccess.h>
#include <linux/notifier.h>
+#include <linux/interrupt.h>
#include <linux/io.h>
#include <asm/fsl_hcalls.h>