From d563bb5d167dbb8630ececbb35e9cdbef0ddb4be Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 26 Oct 2023 14:31:36 -0400 Subject: clk_k210.c: Clean up how we handle nop Now that sandbox has and defines nop() there we should include that in our driver for clarity and then remove our local nop() from . Reviewed-by: Sean Anderson Signed-off-by: Tom Rini --- drivers/clk/clk_k210.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') diff --git a/drivers/clk/clk_k210.c b/drivers/clk/clk_k210.c index c534cc07e09..b9469b93853 100644 --- a/drivers/clk/clk_k210.c +++ b/drivers/clk/clk_k210.c @@ -16,6 +16,7 @@ #include #include #include +#include DECLARE_GLOBAL_DATA_PTR; -- cgit v1.2.3