tdc: tdc_get_circular_buffer_wr_pointer() is inline now

Signed-off-by: Samuel Iglesias Gonsálvez's avatarSamuel Iglesias Gonsálvez <siglesias@igalia.com>
parent 92e01c44
......@@ -97,8 +97,7 @@ u32 tdc_get_input_enable(struct spec_tdc *tdc)
return readl(tdc->base + TDC_INPUT_ENABLE_R);
}
/* FIXME: This functions is likely to be inline! */
u32 tdc_get_circular_buffer_wr_pointer(struct spec_tdc *tdc)
inline u32 tdc_get_circular_buffer_wr_pointer(struct spec_tdc *tdc)
{
return readl(tdc->base + TDC_CIRCULAR_BUF_PTR_R);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment