mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
7ef3691d5b
commit
81ec5502a0
|
@ -20,6 +20,7 @@
|
|||
#define _MEI_INTERFACE_H_
|
||||
|
||||
#include <linux/mei.h>
|
||||
#include <linux/irqreturn.h>
|
||||
#include "mei_dev.h"
|
||||
#include "client.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue