Re: [PATCH] dmaengine: pl330: rename _start to prevent build error
From: Vinod Koul
Date: Tue May 23 2023 - 10:10:47 EST
On 22-05-23, 17:06, Randy Dunlap wrote:
> "_start" is used in several arches and proably should be reserved
> for ARCH usage. Using it in a driver for a private symbol can cause
> a build error when it conflicts with ARCH usage of the same symbol.
>
> Therefore rename pl330's "_start" to "_start_thread" so that there
> is no conflict and no build error.
Why not rename to pl330_start or pl330_start_thread to ensure we will
might not conflict ever!
--
~Vinod