There's no reason for that function to be non-static, so convert it. Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> --- arch/arm/boards/zii-vf610-dev/lowlevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boards/zii-vf610-dev/lowlevel.c b/arch/arm/boards/zii-vf610-dev/lowlevel.c index d2f30d7ab..c771d81cc 100644 --- a/arch/arm/boards/zii-vf610-dev/lowlevel.c +++ b/arch/arm/boards/zii-vf610-dev/lowlevel.c @@ -43,7 +43,7 @@ enum zii_platform_vf610_type { ZII_PLATFORM_VF610_DEV_REV_C = 0x05, }; -unsigned int get_system_type(void) +static unsigned int get_system_type(void) { #define GPIO_PDIR 0x10 -- 2.17.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox