| commit | 663e1aa12f9fc338fccee09f98d9f5bf68517f72 | [log] [tgz] |
|---|---|---|
| author | James Bottomley <jejb@titanic.(none)> | Sun Jan 29 12:10:24 2006 -0600 |
| committer | James Bottomley <jejb@titanic.(none)> | Tue Jan 31 14:39:43 2006 -0600 |
| tree | c6d5dfec129285c284222f08983cfc6365918eed | |
| parent | fda4c2c8d0c9e22e3b9eeb6d75706d876af988f8 [diff] |
[SCSI] fusion: fix compile The prior fusion patches moved an invocation of a function, mptscsih_TMHandler(), static to mptscsih.c into mptsas.c Make the function unstatic, move the header to mptscsih.h and export it. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>