mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +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 "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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user