ltq-ifxos: Fix compile with ltq-tapi
Do not include asm/irq.h directly, but include linux/interrupt.h instead. This fixes the build of ltq-tapi with lantiq/xway. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
		| @@ -20,3 +20,14 @@ | |||||||
|   |   | ||||||
|  #include "ifx_types.h" |  #include "ifx_types.h" | ||||||
|  #include "ifxos_rt_if_check.h" |  #include "ifxos_rt_if_check.h" | ||||||
|  | --- a/src/include/linux/ifxos_linux_interrupt.h | ||||||
|  | +++ b/src/include/linux/ifxos_linux_interrupt.h | ||||||
|  | @@ -31,7 +31,7 @@ | ||||||
|  |     IFX Linux adaptation - Includes | ||||||
|  |     ========================================================================= */ | ||||||
|  |  #include "ifx_types.h" | ||||||
|  | -#include <asm/irq.h> | ||||||
|  | +#include <linux/interrupt.h> | ||||||
|  |   | ||||||
|  |  /* ============================================================================ | ||||||
|  |     IFX Linux adaptation - supported features | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens