瀏覽代碼

mei: Add include of <linux/irqreturn.h>

We currently include <linux/irqreturn.h> in <linux/pci.h>, but I'm about to
remove that from linux/pci.h, so add explicit includes where needed.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Bjorn Helgaas 12 年之前
父節點
當前提交
81ec5502a0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/misc/mei/hw-me.h

+ 1 - 0
drivers/misc/mei/hw-me.h

@@ -20,6 +20,7 @@
 #define _MEI_INTERFACE_H_
 
 #include <linux/mei.h>
+#include <linux/irqreturn.h>
 #include "mei_dev.h"
 #include "client.h"