From: Adrian Bunk Date: Sun, 24 Apr 2005 07:34:17 +0000 (-0500) Subject: [SCSI] drivers/scsi/atp870u.c: make a function static X-Git-Tag: v2.6.13-rc1~68^2~583^2~62^2^2~27^2~35 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=420b4a73de8e36f0da486056189da66b0a164398;p=linux-block.git [SCSI] drivers/scsi/atp870u.c: make a function static This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/atp870u.c b/drivers/scsi/atp870u.c index 45b75ddacaab..e6153fe5842a 100644 --- a/drivers/scsi/atp870u.c +++ b/drivers/scsi/atp870u.c @@ -3146,8 +3146,8 @@ static const char *atp870u_info(struct Scsi_Host *notused) } #define BLS buffer + len + size -int atp870u_proc_info(struct Scsi_Host *HBAptr, char *buffer, - char **start, off_t offset, int length, int inout) +static int atp870u_proc_info(struct Scsi_Host *HBAptr, char *buffer, + char **start, off_t offset, int length, int inout) { static u8 buff[512]; int size = 0;