mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:20:55 +07:00
FlashPoint: fix build warning
We have been getting a warning about non ANSI function. warning: non-ANSI function declaration of function 'FPT_SccbMgrTableInitAll' Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Acked-by: Khalid Aziz <khalid@gonehiking.org> Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:
parent
3209f9d780
commit
cd9d715c28
@ -2136,7 +2136,7 @@ static unsigned char FPT_SccbMgr_bad_isr(u32 p_port, unsigned char p_card,
|
||||
*
|
||||
*---------------------------------------------------------------------*/
|
||||
|
||||
static void FPT_SccbMgrTableInitAll()
|
||||
static void FPT_SccbMgrTableInitAll(void)
|
||||
{
|
||||
unsigned char thisCard;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user