| commit | 5617c9125bb66a923f3560d5739eb7f3a21c00b5 | [log] [tgz] |
|---|---|---|
| author | Arnd Bergmann <arnd@arndb.de> | Sat May 29 16:52:32 2021 +0200 |
| committer | Arnd Bergmann <arnd@arndb.de> | Tue Jun 08 17:00:09 2021 +0200 |
| tree | 2fbe9362907b230a0fcd1aa47405e1e0db104dbb | |
| parent | 2f4574dd6dd19eb3e8ab0415a3ae960d04be3a65 [diff] |
clkdev: remove unused clkdev_alloc() interfaces
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")
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>