Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd9d715c authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by James Bottomley
Browse files

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: default avatarSudip Mukherjee <sudip@vectorindia.org>
Acked-by: default avatarKhalid Aziz <khalid@gonehiking.org>
Signed-off-by: default avatarJames Bottomley <JBottomley@Odin.com>
parent 3209f9d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;