lkml.org 
[lkml]   [2006]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH -mm] arcmsr: fix implicit func. decl.
From: Randy Dunlap <rdunlap@xenotime.net>

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 <rdunlap@xenotime.net>
---
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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-07-10 20:27    [W:0.025 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site