]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: xilinx: Add missing prototypes
authorAlgapally Santosh Sagar <santoshsagar.algapally@amd.com>
Tue, 23 May 2023 05:56:26 +0000 (23:56 -0600)
committerMichal Simek <michal.simek@amd.com>
Mon, 12 Jun 2023 11:24:31 +0000 (13:24 +0200)
commit6fe46936a3ea64a1c075661be3794e6ffbc3087e
treeab62faf3b80849a76c5dfef92cf54e37565ebd60
parent2bfe253d317726b3429e246d34c322b831e16183
board: xilinx: Add missing prototypes

Add missing prototypes to fix the below sparse warnings
1. warning: no previous prototype for 'soc_name_decode'
[-Wmissing-prototypes]
2. warning: no previous prototype for 'soc_detection'
[-Wmissing-prototypes]
3. warning: no previous prototype for 'board_name_decode'
[-Wmissing-prototypes]
4. warning: no previous prototype for 'board_detection'
[-Wmissing-prototypes]

Signed-off-by: Algapally Santosh Sagar <santoshsagar.algapally@amd.com>
Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Link: https://lore.kernel.org/r/20230523055626.14742-1-ashok.reddy.soma@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
board/xilinx/common/board.h