projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef3691
)
mei: Add include of <linux/irqreturn.h>
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 14 Feb 2014 21:06:14 +0000
(14:06 -0700)
committer
Bjorn 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
patch
|
blob
|
history
diff --git
a/drivers/misc/mei/hw-me.h
b/drivers/misc/mei/hw-me.h
index 80bd829fbd9ac4f39332a5053cecbce31ff485da..893d5119fa9bb6eec02d6b82f4452611f4637f7b 100644
(file)
--- 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"