Commit 420b4a73 authored by Adrian Bunk 's avatar Adrian Bunk Committed by James Bottomley
Browse files

[SCSI] drivers/scsi/atp870u.c: make a function static



This patch makes a needlessly global function static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent a1bf9d1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3146,7 +3146,7 @@ static const char *atp870u_info(struct Scsi_Host *notused)
}

#define BLS buffer + len + size
int atp870u_proc_info(struct Scsi_Host *HBAptr, char *buffer, 
static int atp870u_proc_info(struct Scsi_Host *HBAptr, char *buffer, 
			     char **start, off_t offset, int length, int inout)
{
	static u8 buff[512];