[PATCH -mm] libsas: externs not needed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

These functions shouldn't be 'extern'.  That's not needed for
exports in Linux.  Also, sparse complains, so fix them.

drivers/scsi/libsas/sas_init.c:138:39: warning: function 'sas_domain_attach_transport' with external linkage has definition
drivers/scsi/libsas/sas_init.c:158:13: warning: function 'sas_domain_release_transport' with external linkage has definitio

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
 drivers/scsi/libsas/sas_init.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- linux-2618-rc3mm2.orig/drivers/scsi/libsas/sas_init.c
+++ linux-2618-rc3mm2/drivers/scsi/libsas/sas_init.c
@@ -135,7 +135,7 @@ int sas_unregister_ha(struct sas_ha_stru
 static struct sas_function_template sft = {
 };
 
-extern struct scsi_transport_template *
+struct scsi_transport_template *
 sas_domain_attach_transport(struct sas_domain_function_template *dft)
 {
 	struct scsi_transport_template *stt = sas_attach_transport(&sft);
@@ -155,7 +155,7 @@ sas_domain_attach_transport(struct sas_d
 EXPORT_SYMBOL_GPL(sas_domain_attach_transport);
 
 
-extern void sas_domain_release_transport(struct scsi_transport_template *stt)
+void sas_domain_release_transport(struct scsi_transport_template *stt)
 {
 	sas_release_transport(stt);
 }


---
-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux