Skip to content

Commit

Permalink
[SCSI] ses: #if 0 the unused ses_match_host()
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
  • Loading branch information
AdrianBunk authored and James Bottomley committed Apr 3, 2009
1 parent ebef264 commit e0aae1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/ses.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ struct ses_host_edev {
struct enclosure_device *edev;
};

#if 0
int ses_match_host(struct enclosure_device *edev, void *data)
{
struct ses_host_edev *sed = data;
Expand All @@ -280,6 +281,7 @@ int ses_match_host(struct enclosure_device *edev, void *data)
sed->edev = edev;
return 1;
}
#endif /* 0 */

static void ses_process_descriptor(struct enclosure_component *ecomp,
unsigned char *desc)
Expand Down

0 comments on commit e0aae1a

Please sign in to comment.