On Sun, Jul 09, 2006 at 02:11:06AM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.17-mm6:
>...
> +areca-raid-linux-scsi-driver-update7.patch
>...
> Update drivers-scsi-arcmsr-cleanups.patch
>...
<-- snip -->
...
CC drivers/scsi/arcmsr/arcmsr_hba.o
drivers/scsi/arcmsr/arcmsr_hba.c: In function ‘arcmsr_remove’:
drivers/scsi/arcmsr/arcmsr_hba.c:410: error: implicit declaration of function ‘arcmsr_free_sysfs_attr’
<-- snip -->
Let's add a proper prototype for arcmsr_free_sysfs_attr().
Signed-off-by: Adrian Bunk <[email protected]>
--- linux-2.6.18-rc1-mm1-full/drivers/scsi/arcmsr/arcmsr.h.old 2006-07-09 12:29:42.000000000 +0200
+++ linux-2.6.18-rc1-mm1-full/drivers/scsi/arcmsr/arcmsr.h 2006-07-09 12:33:29.000000000 +0200
@@ -468,3 +468,5 @@
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);
+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]