commit | f1f4ee01c0d3dce0e3aa7d04e4332677db7af478 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue Jul 19 15:45:51 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jul 22 09:24:39 2011 -0500 |
tree | e7f13448b598d398d62515b91ed19620cdabb1f8 | |
parent | a63e23b932eab46dc8acf39ac86e3385e2dec058 [diff] |
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>