diff options
author | Andrew Morton <akpm@osdl.org> | 2005-11-13 16:06:40 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 18:14:12 -0800 |
commit | d4d28dd4b12649d02a89d19e6bd12ab92a6fcd4e (patch) | |
tree | 36701174ef8a7b17b28800d20b9eb05e183ea6af /drivers/pci/hotplug/shpchp_hpc.c | |
parent | 5d1b8c9ef6edbe5feea1439c428b9388b8dec6f8 (diff) | |
download | talos-op-linux-d4d28dd4b12649d02a89d19e6bd12ab92a6fcd4e.tar.gz talos-op-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>
Diffstat (limited to 'drivers/pci/hotplug/shpchp_hpc.c')
-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 |