Skip to content

Commit cd9d715

Browse files
sudipm-mukherjeeJames Bottomley
authored andcommitted
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>
1 parent 3209f9d commit cd9d715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/FlashPoint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,7 @@ static unsigned char FPT_SccbMgr_bad_isr(u32 p_port, unsigned char p_card,
21362136
*
21372137
*---------------------------------------------------------------------*/
21382138

2139-
static void FPT_SccbMgrTableInitAll()
2139+
static void FPT_SccbMgrTableInitAll(void)
21402140
{
21412141
unsigned char thisCard;
21422142

0 commit comments

Comments
 (0)