瀏覽代碼

[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>
Andrew Morton 19 年之前
父節點
當前提交
d4d28dd4b1
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/pci/hotplug/shpchp_hpc.c

+ 2 - 0
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