mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-30 18:05:48 +01:00 
			
		
		
		
	ARM: uniphier: add missing static qualifier
This function is for local use in the file. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
		| @@ -46,7 +46,7 @@ static struct boot_device_info boot_device_table[] = { | ||||
| 	{BOOT_DEVICE_NONE, "Reserved"}, | ||||
| }; | ||||
|  | ||||
| int get_boot_mode_sel(void) | ||||
| static int get_boot_mode_sel(void) | ||||
| { | ||||
| 	return (readl(SG_PINMON0) >> 1) & 0x1f; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user