diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-04-24 03:34:17 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-05-20 13:53:31 -0400 |
commit | 420b4a73de8e36f0da486056189da66b0a164398 (patch) | |
tree | c68357adbed9e7e821ff2b43f75bd1595d386eae /drivers | |
parent | a1bf9d1d9272708922e83e465104106131f6415f (diff) |
[SCSI] drivers/scsi/atp870u.c: make a function static
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/atp870u.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
3146 | } | 3146 | } |
3147 | 3147 | ||
3148 | #define BLS buffer + len + size | 3148 | #define BLS buffer + len + size |
3149 | int atp870u_proc_info(struct Scsi_Host *HBAptr, char *buffer, | 3149 | static int atp870u_proc_info(struct Scsi_Host *HBAptr, char *buffer, |
3150 | char **start, off_t offset, int length, int inout) | 3150 | char **start, off_t offset, int length, int inout) |
3151 | { | 3151 | { |
3152 | static u8 buff[512]; | 3152 | static u8 buff[512]; |
3153 | int size = 0; | 3153 | int size = 0; |