mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +00: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…
x
Reference in New Issue
Block a user