Skip to content

Commit

Permalink
sata_sil24: remove unused sil24_port_multiplier
Browse files Browse the repository at this point in the history
AFAICT, struct sil24_port_multiplier isn't used anywhere. Remove it.

Signed-off-by: Grant Grundler <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Grant Grundler authored and Jeff Garzik committed Jan 8, 2009
1 parent 8522ee2 commit 1564a18
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/ata/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ struct sil24_sge {
__le32 flags;
};

/*
* Port multiplier
*/
struct sil24_port_multiplier {
__le32 diag;
__le32 sactive;
};

enum {
SIL24_HOST_BAR = 0,
Expand Down

0 comments on commit 1564a18

Please sign in to comment.