commit | 9576a3b1500a4968fce507f2ad9b9dadad1fe3b3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 26 14:31:36 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:49:40 2023 -0500 |
tree | dd689ad4a097144319a4882a99fad9b6076ebfcc | |
parent | 55e961915e0300408e1edfd5bf2aadb61845b641 [diff] |
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>