um: irq.h: include <asm-generic/irq.h>
authorJohannes Berg <johannes.berg@intel.com>
Wed, 3 Feb 2021 12:23:02 +0000 (13:23 +0100)
committerRichard Weinberger <richard@nod.at>
Fri, 12 Feb 2021 20:40:14 +0000 (21:40 +0100)
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: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/include/asm/irq.h

index 547bff7b3a89c3ceca22b0f17335afe92885086e..3f5d3e8228fc4ed5087385ef9bb0999cffb2fa7c 100644 (file)
@@ -33,4 +33,5 @@
 
 #define NR_IRQS                        64
 
+#include <asm-generic/irq.h>
 #endif