diff options
| -rw-r--r-- | drivers/hotplug/cpqphp_core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hotplug/cpqphp_core.c b/drivers/hotplug/cpqphp_core.c index 4976f1174aeb..aba33f1d3dff 100644 --- a/drivers/hotplug/cpqphp_core.c +++ b/drivers/hotplug/cpqphp_core.c @@ -36,7 +36,10 @@ #include <linux/workqueue.h> #include <linux/pci.h> #include <linux/init.h> +#include <linux/interrupt.h> + #include <asm/uaccess.h> + #include "cpqphp.h" #include "cpqphp_nvram.h" #include "../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependant we are... */ |
