[-mm patch] proper prototype for drivers/scsi/arcmsr/arcmsr_attr.c:arcmsr_free_sysfs_attr()

From: Adrian Bunk
Date: Sun Jul 09 2006 - 10:27:35 EST


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 <bunk@xxxxxxxxx>

--- 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/