mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-05 06:02:29 +00:00
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:
parent
8b383ee2a0
commit
b3aa998f6c
@ -20,3 +20,14 @@
|
||||
|
||||
#include "ifx_types.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
|
||||
|
Loading…
Reference in New Issue
Block a user