Skip to content
Snippets Groups Projects
Verified Commit c9e591f2 authored by Olliver Schinagl's avatar Olliver Schinagl
Browse files

iopoll: Ensure we do not clash with existing functions

parent aa67e1eb
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,10 @@
#include "t7xx_dpmaif.h"
#include "t7xx_reg.h"
#ifndef ioread32_poll_timeout_atomic
#define ioread32_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \
readx_poll_timeout_atomic(ioread32, addr, val, cond, delay_us, timeout_us)
#endif
static int t7xx_dpmaif_init_intr(struct dpmaif_hw_info *hw_info)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment