projects
/
openwrt
/
staging
/
blogic.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 40905a6c809414f34fe196c1cd5d2099c2ea2221..9987a6fd65b8522af288925b78fe30361b4f4eea 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