mei: txe: include irqreturn.h for irqreturn_t etc
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2e70efd9af
commit
4a22176aa8
|
@ -18,6 +18,7 @@
|
|||
#include <linux/jiffies.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/irqreturn.h>
|
||||
|
||||
#include <linux/mei.h>
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
#ifndef _MEI_HW_TXE_H_
|
||||
#define _MEI_HW_TXE_H_
|
||||
|
||||
#include <linux/irqreturn.h>
|
||||
|
||||
#include "hw.h"
|
||||
#include "hw-txe-regs.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue