--- zzzz-none-000/linux-4.4.60/kernel/locking/semaphore.c 2017-04-08 07:53:53.000000000 +0000 +++ maple-7510-730/linux-4.4.60/kernel/locking/semaphore.c 2021-03-17 14:36:41.000000000 +0000 @@ -32,6 +32,9 @@ #include #include #include +#if defined(CONFIG_AVM_FASTIRQ) +#include +#endif/*--- #if defined(CONFIG_AVM_FASTIRQ) ---*/ static noinline void __down(struct semaphore *sem); static noinline int __down_interruptible(struct semaphore *sem);