Skip to content

Commit

Permalink
fixing apu package build issue (#8661)
Browse files Browse the repository at this point in the history
Co-authored-by: ch vamshi krishna <chvamshi@xilinx.com>
  • Loading branch information
chvamshi-xilinx and ch vamshi krishna authored Dec 15, 2024
1 parent aee39f0 commit ecc51ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/core/common/drv/xrt_cu.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ int xrt_cu_process_queues(struct xrt_cu *xcu)
return XCU_IDLE;
}

static int xrt_cu_intr_thread(void *data)
int xrt_cu_intr_thread(void *data)
{
struct xrt_cu *xcu = (struct xrt_cu *)data;
int ret = 0;
Expand Down

0 comments on commit ecc51ec

Please sign in to comment.