Re: [PATCH v3 2/6] sysreset: Mark driver probe functions as static

2021-11-04 Thread Stefan Roese
On 04.11.21 04:55, 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. Reviewed-by: Heinrich Schuchardt Signed-off-by: Samuel Holland Reviewed-by: Stefan Roese

[PATCH v3 2/6] sysreset: Mark driver probe functions as static

2021-11-03 Thread Samuel Holland
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. Reviewed-by: Heinrich Schuchardt Signed-off-by: Samuel Holland --- (no changes since v2) Changes in v2: - Also make gpio_reboot_pr