From: Sudip Mukherjee Date: Wed, 16 Sep 2015 14:06:20 +0000 (+0530) Subject: FlashPoint: fix build warning X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cd9d715c28d0320acb53df68ebecc035cfe60913;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Acked-by: Khalid Aziz Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/FlashPoint.c b/drivers/scsi/FlashPoint.c index 5c74e4c52fe4..867b864f5047 100644 --- a/drivers/scsi/FlashPoint.c +++ b/drivers/scsi/FlashPoint.c @@ -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;