Re: [PATCH] scsi: hptiop: make function hptiop_iop_request_callback_itl static

2017-06-26 Thread Martin K. Petersen
Colin, > The function hptiop_iop_request_callback_itl does not need to be in > global scope, so make it static. > > Cleans up sparse warning: > "symbol 'hptiop_iop_request_callback_itl' was not declared. Should it > be static?" Applied to 4.13/scsi-queue. -- Martin K. Petersen Oracle

Re: [PATCH] scsi: hptiop: make function hptiop_iop_request_callback_itl static

2017-06-26 Thread Martin K. Petersen
Colin, > The function hptiop_iop_request_callback_itl does not need to be in > global scope, so make it static. > > Cleans up sparse warning: > "symbol 'hptiop_iop_request_callback_itl' was not declared. Should it > be static?" Applied to 4.13/scsi-queue. -- Martin K. Petersen Oracle

[PATCH] scsi: hptiop: make function hptiop_iop_request_callback_itl static

2017-06-22 Thread Colin King
From: Colin Ian King The function hptiop_iop_request_callback_itl does not need to be in global scope, so make it static. Cleans up sparse warning: "symbol 'hptiop_iop_request_callback_itl' was not declared. Should it be static?" Signed-off-by: Colin Ian King

[PATCH] scsi: hptiop: make function hptiop_iop_request_callback_itl static

2017-06-22 Thread Colin King
From: Colin Ian King The function hptiop_iop_request_callback_itl does not need to be in global scope, so make it static. Cleans up sparse warning: "symbol 'hptiop_iop_request_callback_itl' was not declared. Should it be static?" Signed-off-by: Colin Ian King --- drivers/scsi/hptiop.c | 2