aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2014-02-14 14:06:14 -0700
committerBjorn Helgaas <bhelgaas@google.com>2014-02-19 11:27:02 -0700
commit81ec5502a0c87eaae424a6c733a9da2bd0b4d866 (patch)
tree3273e8d224009c4c5a49fddcfab223d7bc009a14 /drivers/misc/mei
parentmisc: mic: Add include of <linux/irqreturn.h> (diff)
downloadlinux-dev-81ec5502a0c87eaae424a6c733a9da2bd0b4d866.tar.xz
linux-dev-81ec5502a0c87eaae424a6c733a9da2bd0b4d866.zip
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>
Diffstat (limited to 'drivers/misc/mei')
-rw-r--r--drivers/misc/mei/hw-me.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/hw-me.h b/drivers/misc/mei/hw-me.h
index 80bd829fbd9a..893d5119fa9b 100644
--- a/drivers/misc/mei/hw-me.h
+++ b/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"