Skip to content

Commit

Permalink
[SCSI] drivers/scsi/atp870u.c: make a function static
Browse files Browse the repository at this point in the history
This patch makes a needlessly global function static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Adrian Bunk authored and James Bottomley committed May 20, 2005
1 parent a1bf9d1 commit 420b4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/scsi/atp870u.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 420b4a7

Please sign in to comment.