From: Randy Dunlap <[email protected]>
Fix implicit function declaration:
drivers/scsi/arcmsr/arcmsr_hba.c:410: warning: implicit declaration of function 'arcmsr_free_sysfs_attr'
Signed-off-by: Randy Dunlap <[email protected]>
---
drivers/scsi/arcmsr/arcmsr.h | 1 +
1 files changed, 1 insertion(+)
--- linux-2618-rc1mm1.orig/drivers/scsi/arcmsr/arcmsr.h
+++ linux-2618-rc1mm1/drivers/scsi/arcmsr/arcmsr.h
@@ -468,3 +468,4 @@ struct SENSE_DATA
extern void arcmsr_post_Qbuffer(struct AdapterControlBlock *acb);
extern struct class_device_attribute *arcmsr_host_attrs[];
extern int arcmsr_alloc_sysfs_attr(struct AdapterControlBlock *acb);
+extern void arcmsr_free_sysfs_attr(struct AdapterControlBlock *acb);
---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]