From: Adrian Bunk Date: Wed, 4 Mar 2009 20:06:05 +0000 (-0800) Subject: [SCSI] ses: #if 0 the unused ses_match_host() X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=e0aae1a53133f0d7833c8f358a0ccc7055fc5b28;p=linux-2.6-omap-h63xx.git [SCSI] ses: #if 0 the unused ses_match_host() Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/ses.c b/drivers/scsi/ses.c index c9146d751cb..4f618f48735 100644 --- a/drivers/scsi/ses.c +++ b/drivers/scsi/ses.c @@ -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; @@ -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)