diff options
author | Andrew Morton <akpm@osdl.org> | 2005-11-14 01:06:40 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-14 03:14:12 +0100 |
commit | d4d28dd4b12649d02a89d19e6bd12ab92a6fcd4e (patch) | |
tree | 36701174ef8a7b17b28800d20b9eb05e183ea6af | |
parent | [PATCH] pciehp_hpc build fix (diff) | |
download | linux-d4d28dd4b12649d02a89d19e6bd12ab92a6fcd4e.tar.xz linux-d4d28dd4b12649d02a89d19e6bd12ab92a6fcd4e.zip |
[PATCH] shpchp_hpc build fix
Missing include.
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/pci/hotplug/shpchp_hpc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/shpchp_hpc.c b/drivers/pci/hotplug/shpchp_hpc.c index 40905a6c8094..9987a6fd65b8 100644 --- a/drivers/pci/hotplug/shpchp_hpc.c +++ b/drivers/pci/hotplug/shpchp_hpc.c @@ -31,6 +31,8 @@ #include <linux/module.h> #include <linux/types.h> #include <linux/pci.h> +#include <linux/interrupt.h> + #include "shpchp.h" #ifdef DEBUG |