From: Aaron Taylor Date: Sun, 2 May 2021 07:29:58 +0000 (-0700) Subject: Updated micscif/micscif_rma_dma.c with #include for touch_softlockup_watchdog(). X-Git-Tag: first-build~6 X-Git-Url: https://git.subgeniuskitty.com/xeon-phi-kernel-module/.git/commitdiff_plain/c8602a9f5dfb97ca80cfcdf11bb9538cde203976 Updated micscif/micscif_rma_dma.c with #include for touch_softlockup_watchdog(). --- 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)