]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: pl022: Rename flush into pl022_spi_flush
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Fri, 28 Apr 2023 12:38:48 +0000 (14:38 +0200)
committerJagan Teki <jagan@edgeble.ai>
Thu, 13 Jul 2023 08:29:57 +0000 (13:59 +0530)
commit47c32734a67e0493bd4d14c57a520d247fec6cf5
tree7ddb6e260890ab2f1611f417a5449b4b666634e6
parentad77009d22866a708b25e596a8b59e207157af71
spi: pl022: Rename flush into pl022_spi_flush

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 <stefan.herbrechtsmeier@weidmueller.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/pl022_spi.c