]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk_k210.c: Clean up how we handle nop
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:36 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:49:40 +0000 (14:49 -0500)
commitd563bb5d167dbb8630ececbb35e9cdbef0ddb4be
treedd689ad4a097144319a4882a99fad9b6076ebfcc
parenteff0aa47b5e668dde39a0d9d1b2de92cd5fa8f29
clk_k210.c: Clean up how we handle nop

Now that sandbox has <asm/barrier.h> and defines nop() there we should
include that in our driver for clarity and then remove our local nop()
from <k210/pll.h>.

Reviewed-by: Sean Anderson <seanga2@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/clk/clk_k210.c
include/k210/pll.h