diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-04-25 22:45:58 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-05-20 13:53:35 -0400 |
commit | 4833869e6e6c2315e301c256e393dfb949c10076 (patch) | |
tree | 1046a11787dd5d1683e5184dec3f24f0d18f610d /drivers/scsi/aacraid/comminit.c | |
parent | 47b5d69c4aa753fcfc9b2b8d28c0660a1e25c129 (diff) |
[SCSI] drivers/scsi/aacraid/: make some functions static
This patch makes some needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aacraid/comminit.c')
-rw-r--r-- | drivers/scsi/aacraid/comminit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aacraid/comminit.c b/drivers/scsi/aacraid/comminit.c index 6832a55ca907..c3d3bce74378 100644 --- a/drivers/scsi/aacraid/comminit.c +++ b/drivers/scsi/aacraid/comminit.c | |||
@@ -204,7 +204,7 @@ int aac_send_shutdown(struct aac_dev * dev) | |||
204 | * 0 - If there were errors initing. This is a fatal error. | 204 | * 0 - If there were errors initing. This is a fatal error. |
205 | */ | 205 | */ |
206 | 206 | ||
207 | int aac_comm_init(struct aac_dev * dev) | 207 | static int aac_comm_init(struct aac_dev * dev) |
208 | { | 208 | { |
209 | unsigned long hdrsize = (sizeof(u32) * NUMBER_OF_COMM_QUEUES) * 2; | 209 | unsigned long hdrsize = (sizeof(u32) * NUMBER_OF_COMM_QUEUES) * 2; |
210 | unsigned long queuesize = sizeof(struct aac_entry) * TOTAL_QUEUE_ENTRIES; | 210 | unsigned long queuesize = sizeof(struct aac_entry) * TOTAL_QUEUE_ENTRIES; |