drivers/virt: add missing linux/interrupt.h to fsl_hypervisor.c
authorTimur Tabi <timur@freescale.com>
Tue, 19 Jul 2011 20:45:51 +0000 (15:45 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 22 Jul 2011 14:24:39 +0000 (09:24 -0500)
commitf1f4ee01c0d3dce0e3aa7d04e4332677db7af478
treee7f13448b598d398d62515b91ed19620cdabb1f8
parenta63e23b932eab46dc8acf39ac86e3385e2dec058
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>
drivers/virt/fsl_hypervisor.c