* [patch 7/7] #if 0 ses_match_host()
@ 2008-03-04 23:24 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2008-03-04 23:24 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-scsi, akpm, bunk, James.Bottomley
From: Adrian Bunk <bunk@kernel.org>
#if 0 the unused ses_match_host()
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/scsi/ses.c | 2 ++
1 file changed, 2 insertions(+)
diff -puN drivers/scsi/ses.c~if-0-ses_match_host drivers/scsi/ses.c
--- a/drivers/scsi/ses.c~if-0-ses_match_host
+++ a/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_devi
sed->edev = edev;
return 1;
}
+#endif /* 0 */
static void ses_process_descriptor(struct enclosure_component *ecomp,
unsigned char *desc)
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-04 23:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04 23:24 [patch 7/7] #if 0 ses_match_host() akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).