From c8602a9f5dfb97ca80cfcdf11bb9538cde203976 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sun, 2 May 2021 00:29:58 -0700 Subject: [PATCH] Updated micscif/micscif_rma_dma.c with #include for touch_softlockup_watchdog(). --- micscif/micscif_rma_dma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/micscif/micscif_rma_dma.c b/micscif/micscif_rma_dma.c index 9fafc4c..cf17321 100644 --- a/micscif/micscif_rma_dma.c +++ b/micscif/micscif_rma_dma.c @@ -46,6 +46,7 @@ #ifndef _MIC_SCIF_ #include "mic_common.h" #endif +#include static __always_inline void *get_local_va(off_t off, struct reg_range_t *window, size_t len) -- 2.20.1