Commit ddad5187 authored by Johannes Berg's avatar Johannes Berg Committed by Richard Weinberger
Browse files

um: irq.h: include <asm-generic/irq.h>



This will get the (no-op) definition of irq_canonicalize()
which some code might want. We could define that ourselves,
but it seems like we'd likely want generic extensions in
the future, if any.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent cc3ac20f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,4 +33,5 @@

#define NR_IRQS			64

#include <asm-generic/irq.h>
#endif