Commit 898e8792 authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] include errno.h in m68knommu 68360 interrupt setup code

Include errno.h in the m68knommu 68360 specific interrupt setup code.
It needs a few E* types as return values.
parent 6e6f6618
......@@ -15,6 +15,7 @@
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/kernel_stat.h>
#include <linux/errno.h>
#include <asm/system.h>
#include <asm/irq.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