Commit eab6c4ab authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] include errn0.h in m68knommu 68328 interrupt setup code

Include errno.h in the m68knommu 68328 specific interrupt setup code.
It needs a few E* types as return values.
parent 1aa97068
......@@ -13,6 +13,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