On 10/29/21 05:16, Samuel Holland wrote:
These driver probe functions are not (and should not be) called from outside the respective driver source files. Therefore, the functions should be marked static.Signed-off-by: Samuel Holland<sam...@sholland.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com>
--- Changes in v2: - Also make gpio_reboot_probe function static.