diff mbox series

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

Message ID 20210203132302.cbcb6da074b9.I09cc30d8b2ab45e0d9c31429a8c20d34f54a3a78@changeid
State Accepted
Headers show
Series um: irq.h: include <asm-generic/irq.h> | expand

Commit Message

Johannes Berg Feb. 3, 2021, 12:23 p.m. UTC
From: Johannes Berg <johannes.berg@intel.com>

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>
---
 arch/um/include/asm/irq.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/um/include/asm/irq.h b/arch/um/include/asm/irq.h
index 547bff7b3a89..3f5d3e8228fc 100644
--- a/arch/um/include/asm/irq.h
+++ b/arch/um/include/asm/irq.h
@@ -33,4 +33,5 @@ 
 
 #define NR_IRQS			64
 
+#include <asm-generic/irq.h>
 #endif