diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-11-18 06:39:14 -0200 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-11-18 06:39:14 -0200 |
| commit | c19a9472b6a3f410770610bae996592856e6a270 (patch) | |
| tree | 39934a71199f2afd0a80e4cff37155fd5dcd0e12 | |
| parent | a67ace63cdf6bcfec21e0ebb7166590795a1400b (diff) | |
o hotplug: fix up header cleanups: add include linux/interrupts.h
| -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... */ |
