Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] ses: #if 0 the unused ses_match_host()

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>

authored by

Adrian Bunk and committed by
James Bottomley
e0aae1a5 ebef264b

+2
+2
drivers/scsi/ses.c
··· 264 264 struct enclosure_device *edev; 265 265 }; 266 266 267 + #if 0 267 268 int ses_match_host(struct enclosure_device *edev, void *data) 268 269 { 269 270 struct ses_host_edev *sed = data; ··· 281 280 sed->edev = edev; 282 281 return 1; 283 282 } 283 + #endif /* 0 */ 284 284 285 285 static void ses_process_descriptor(struct enclosure_component *ecomp, 286 286 unsigned char *desc)