projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebef264
)
[SCSI] ses: #if 0 the unused ses_match_host()
author
Adrian Bunk
<bunk@kernel.org>
Wed, 4 Mar 2009 20:06:05 +0000
(12:06 -0800)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Fri, 3 Apr 2009 15:17:01 +0000
(10:17 -0500)
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>
drivers/scsi/ses.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/ses.c
b/drivers/scsi/ses.c
index c9146d751cbf17af70d8f509d6a29ba13b476052..4f618f48735627c089b4d119ed85e7df03342b79 100644
(file)
--- 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)