]> git.baikalelectronics.ru Git - uboot.git/commit
sysreset: Mark driver probe functions as static
authorSamuel Holland <samuel@sholland.org>
Thu, 4 Nov 2021 03:55:12 +0000 (22:55 -0500)
committerStefan Roese <sr@denx.de>
Thu, 4 Nov 2021 07:57:19 +0000 (08:57 +0100)
commit161870ed99557e9fe4cf5451eda078b5084bdb31
tree7f2bcd8c9e31ba9139a58962e80f629a8e2c92b0
parenta11179b540c18e9599d298d5deb604cd93b40ed0
sysreset: Mark driver probe functions as static

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 <heinrich.schuchardt@canonical.com>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/sysreset/sysreset_gpio.c
drivers/sysreset/sysreset_resetctl.c
drivers/sysreset/sysreset_syscon.c
drivers/sysreset/sysreset_watchdog.c