Skip to content

Commit

Permalink
mei: Add include of <linux/irqreturn.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bjorn Helgaas committed Feb 19, 2014
1 parent 7ef3691 commit 81ec550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/misc/mei/hw-me.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#define _MEI_INTERFACE_H_

#include <linux/mei.h>
#include <linux/irqreturn.h>
#include "mei_dev.h"
#include "client.h"

Expand Down

0 comments on commit 81ec550

Please sign in to comment.