Re: [2.6 patch] drivers/scsi/osst.c: make code static

From: Willem Riede
Date: Tue Mar 22 2005 - 16:22:16 EST


On 03/22/2005 09:28:07 AM, Adrian Bunk wrote:
> This patch makes needlessly global code static.
>
> Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

James, I agree with this, can you put it in BK, please?

Signed-off-by: Willem Riede <osst@xxxxxxxxx>

> ---
>
> This patch was already sent on:
> - 28 Feb 2005
>
> drivers/scsi/osst.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> --- linux-2.6.11-rc4-mm1-full/drivers/scsi/osst.c.old 2005-02-28 19:36:05.000000000 +0100
> +++ linux-2.6.11-rc4-mm1-full/drivers/scsi/osst.c 2005-02-28 19:36:25.000000000 +0100
> @@ -24,7 +24,7 @@
> */
>
> static const char * cvsid = "$Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $";
> -const char * osst_version = "0.99.3";
> +static const char * osst_version = "0.99.3";
>
> /* The "failure to reconnect" firmware bug */
> #define OSST_FW_NEED_POLL_MIN 10601 /*(107A)*/
> @@ -170,7 +170,7 @@
> static int osst_probe(struct device *);
> static int osst_remove(struct device *);
>
> -struct scsi_driver osst_template = {
> +static struct scsi_driver osst_template = {
> .owner = THIS_MODULE,
> .gendrv = {
> .name = "osst",
>


-
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/