]> Git Repo - linux.git/commitdiff
um: irq.h: include <asm-generic/irq.h>
authorJohannes Berg <[email protected]>
Wed, 3 Feb 2021 12:23:02 +0000 (13:23 +0100)
committerRichard Weinberger <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
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
This page took 0.055253 seconds and 4 git commands to generate.