diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-28 17:48:34 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 13:19:08 -0400 |
commit | 81e56ded878aeb8730f18c1d0a70d5face788be3 (patch) | |
tree | 18485d237927fb1d95179bc1e03d4ebe6ef7d389 /drivers/scsi/aic94xx/aic94xx_seq.h | |
parent | d70d4667e9eead06aa38be947274fda22dcf923b (diff) |
[SCSI] aic94xx: cleanups
- static functions in .c files shouldn't be marked inline
- make needlessly global code static
- remove the unused aic94xx_seq.c:asd_unpause_lseq()
- #if 0 other unused code
[akpm@linux-foundation.org: coding-style fixes]
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>
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx_seq.h')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_seq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_seq.h b/drivers/scsi/aic94xx/aic94xx_seq.h index 2ea6a0d52208..ad787c55525f 100644 --- a/drivers/scsi/aic94xx/aic94xx_seq.h +++ b/drivers/scsi/aic94xx/aic94xx_seq.h | |||
@@ -58,10 +58,6 @@ struct sequencer_file_header { | |||
58 | } __attribute__((packed)); | 58 | } __attribute__((packed)); |
59 | 59 | ||
60 | #ifdef __KERNEL__ | 60 | #ifdef __KERNEL__ |
61 | int asd_pause_cseq(struct asd_ha_struct *asd_ha); | ||
62 | int asd_unpause_cseq(struct asd_ha_struct *asd_ha); | ||
63 | int asd_pause_lseq(struct asd_ha_struct *asd_ha, u8 lseq_mask); | ||
64 | int asd_unpause_lseq(struct asd_ha_struct *asd_ha, u8 lseq_mask); | ||
65 | int asd_init_seqs(struct asd_ha_struct *asd_ha); | 61 | int asd_init_seqs(struct asd_ha_struct *asd_ha); |
66 | int asd_start_seqs(struct asd_ha_struct *asd_ha); | 62 | int asd_start_seqs(struct asd_ha_struct *asd_ha); |
67 | int asd_release_firmware(void); | 63 | int asd_release_firmware(void); |