Re: [PATCH 2/4] spi: pl022: Rename flush into pl022_spi_flush

2023-06-01 Thread Jagan Teki
On Fri, Apr 28, 2023 at 6:09 PM Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Rename the flush function into pl022_spi_flush to avoid conflicting > types with previous declaration of the function in stdio.h header. > > Signed-off-by: Stefan Herbrechtsmeier > ---

[PATCH 2/4] spi: pl022: Rename flush into pl022_spi_flush

2023-04-28 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Rename the flush function into pl022_spi_flush to avoid conflicting types with previous declaration of the function in stdio.h header. Signed-off-by: Stefan Herbrechtsmeier --- drivers/spi/pl022_spi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)