Commit 4a22176a authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Greg Kroah-Hartman

mei: txe: include irqreturn.h for irqreturn_t etc

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2e70efd9
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment