Quoting Michael Tretter (2019-03-12 04:00:14)
zynqmp_clk_register_mux is an internal function of the driver that only
should be used from clkc.c. Therefore, there is no need to export that
function.
Follow the suit of the other files of the driver and do not export the
register function.
Does this mean that the divider file shouldn't export the divider
registration function either? Please add a patch for that if it's the
case. Otherwise this looks fine given that the code using this function
is always built in.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel