diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2014-02-21 16:38:28 +1100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-28 15:15:10 -0800 |
commit | 4a22176aa89b8121a5160064d77244e26fe38790 (patch) | |
tree | fa8254020d565a84b4c231f92810f1d8b03b848d /drivers/misc/mei/hw-txe.c | |
parent | 2e70efd9afab7a512b6e2e164bf5c25fd3ce6aae (diff) |
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>
Diffstat (limited to 'drivers/misc/mei/hw-txe.c')
-rw-r--r-- | drivers/misc/mei/hw-txe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/hw-txe.c b/drivers/misc/mei/hw-txe.c index 19579e560dad..49a5ed376969 100644 --- a/drivers/misc/mei/hw-txe.c +++ b/drivers/misc/mei/hw-txe.c @@ -18,6 +18,7 @@ #include <linux/jiffies.h> #include <linux/delay.h> #include <linux/kthread.h> +#include <linux/irqreturn.h> #include <linux/mei.h> |