[SCSI] advansys: make 3 functions static

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

authored by Adrian Bunk and committed by James Bottomley 63adcc58 d850bd34

+3 -3
+3 -3
drivers/scsi/advansys.c
··· 12261 12261 /* 12262 12262 * Write the EEPROM from 'cfg_buf'. 12263 12263 */ 12264 - void __devinit 12264 + static void __devinit 12265 12265 AdvSet3550EEPConfig(AdvPortAddr iop_base, ADVEEP_3550_CONFIG *cfg_buf) 12266 12266 { 12267 12267 ushort *wbuf; ··· 12328 12328 /* 12329 12329 * Write the EEPROM from 'cfg_buf'. 12330 12330 */ 12331 - void __devinit 12331 + static void __devinit 12332 12332 AdvSet38C0800EEPConfig(AdvPortAddr iop_base, ADVEEP_38C0800_CONFIG *cfg_buf) 12333 12333 { 12334 12334 ushort *wbuf; ··· 12395 12395 /* 12396 12396 * Write the EEPROM from 'cfg_buf'. 12397 12397 */ 12398 - void __devinit 12398 + static void __devinit 12399 12399 AdvSet38C1600EEPConfig(AdvPortAddr iop_base, ADVEEP_38C1600_CONFIG *cfg_buf) 12400 12400 { 12401 12401 ushort *wbuf;