Quoting Arnd Bergmann (2021-05-31 11:47:49)
From: Arnd Bergmann <arnd@xxxxxxxx> The last user of clkdev_alloc() and clkdev_hw_alloc() was removed last year, so everything now calls clkdev_create() and clkdev_hw_create() instead. Removing the unused functions lets the compiler optimize the remaining ones slightly better. Fixes: e5006671acc7 ("clk: versatile: Drop the legacy IM-PD1 clock code") Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> ---
Reviewed-by: Stephen Boyd <sboyd@xxxxxxxxxx>