From f1f4ee01c0d3dce0e3aa7d04e4332677db7af478 Mon Sep 17 00:00:00 2001 From: Timur Tabi Date: Tue, 19 Jul 2011 15:45:51 -0500 Subject: [PATCH] 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 Signed-off-by: Kumar Gala --- Reading git-format-patch failed