* [PATCH] drivers/virt: add missing linux/interrupt.h to fsl_hypervisor.c
@ 2011-07-19 20:45 Timur Tabi
2011-07-22 14:29 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Timur Tabi @ 2011-07-19 20:45 UTC (permalink / raw)
To: kumar.gala, linuxppc-dev, virtualization
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>
---
drivers/virt/fsl_hypervisor.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/virt/fsl_hypervisor.c b/drivers/virt/fsl_hypervisor.c
index 1d3b8eb..3d91621 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>
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-22 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-19 20:45 [PATCH] drivers/virt: add missing linux/interrupt.h to fsl_hypervisor.c Timur Tabi
2011-07-22 14:29 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox