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: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Johannes Berg 2021-02-03 13:23:02 +01:00 committed by Richard Weinberger
parent cc3ac20fc2
commit ddad5187fc

View file

@ -33,4 +33,5 @@
#define NR_IRQS 64
#include <asm-generic/irq.h>
#endif