On Mon, 2020-02-24 at 10:06 +0100, Maxime Ripard wrote:
The pllb_arm_lookup pointer in the struct raspberrypi_clk is not used for anything but to store the returned pointer to clkdev_hw_create, and is not used anywhere else in the driver.
Let's remove that global pointer from the structure.
Cc: Michael Turquette mturquette@baylibre.com Cc: Stephen Boyd sboyd@kernel.org Cc: linux-clk@vger.kernel.org Signed-off-by: Maxime Ripard maxime@cerno.tech
Acked-by: Nicolas Saenz Julienne nsaenzjulienne@suse.de
Thanks! Nicolas