summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-11-13 16:06:40 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-13 18:14:12 -0800
commitd4d28dd4b12649d02a89d19e6bd12ab92a6fcd4e (patch)
tree36701174ef8a7b17b28800d20b9eb05e183ea6af
parent5d1b8c9ef6edbe5feea1439c428b9388b8dec6f8 (diff)
downloadop-kernel-dev-d4d28dd4b12649d02a89d19e6bd12ab92a6fcd4e.zip
op-kernel-dev-d4d28dd4b12649d02a89d19e6bd12ab92a6fcd4e.tar.gz
[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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/shpchp_hpc.c b/drivers/pci/hotplug/shpchp_hpc.c
index 40905a6..9987a6f 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
OpenPOWER on IntegriCloud