Searched hist:"4 ae2c995c4339959ef04eb9afbbda1966299e5d6" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/renesas/ |
H A D | clk-mstp.c | diff 4ae2c995c4339959ef04eb9afbbda1966299e5d6 Mon Jan 22 14:49:45 CET 2024 Geert Uytterhoeven <geert+renesas@glider.be> clk: renesas: mstp: Remove obsolete clkdev registration
After the DT conversion of SH-Mobile and Armadillo-800-EVA display support, all devices are registered from DT, so we can remove the registration of clkdevs.
Add the missing #include <linux/slab.h>, which was included implicitly through <linux/clkdev.h> before.
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/e98a6e47ebecc44fa41de6d88b4ed20c6efbd177.1705931322.git.geert+renesas@glider.be
|