]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mei: Add include of <linux/irqreturn.h>
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 14 Feb 2014 21:06:14 +0000 (14:06 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 19 Feb 2014 18:27:02 +0000 (11:27 -0700)
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>
drivers/misc/mei/hw-me.h

index 80bd829fbd9ac4f39332a5053cecbce31ff485da..893d5119fa9bb6eec02d6b82f4452611f4637f7b 100644 (file)
@@ -20,6 +20,7 @@
 #define _MEI_INTERFACE_H_
 
 #include <linux/mei.h>
+#include <linux/irqreturn.h>
 #include "mei_dev.h"
 #include "client.h"