projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1b8c9
)
[PATCH] shpchp_hpc build fix
author
Andrew Morton
<akpm@osdl.org>
Mon, 14 Nov 2005 00:06:40 +0000
(16:06 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 14 Nov 2005 02:14:12 +0000
(18:14 -0800)
Missing include.
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/pci/hotplug/shpchp_hpc.c
patch
|
blob
|
history
diff --git
a/drivers/pci/hotplug/shpchp_hpc.c
b/drivers/pci/hotplug/shpchp_hpc.c
index
40905a6
..
9987a6f
100644
(file)
--- 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