Re: [PATCH 1/6] Toshiba driver cleanup

From: Andrew Morton
Date: Wed Apr 27 2005 - 02:35:27 EST


Dmitry Torokhov <dtor_core@xxxxxxxxxxxxx> wrote:
>
> Toshiba legacy driver cleanup:


--- 25/drivers/char/toshiba.c~toshiba-driver-cleanup-fix 2005-04-27 00:32:47.306512192 -0700
+++ 25-akpm/drivers/char/toshiba.c 2005-04-27 00:32:51.521871360 -0700
@@ -79,7 +79,7 @@ MODULE_DESCRIPTION("Toshiba laptop SMM d
MODULE_SUPPORTED_DEVICE("toshiba");

static int tosh_fn;
-module_param(fn, int, 0);
+module_param(tosh_fn, int, 0);
MODULE_PARM_DESC(tosh_fn, "User specified Fn key detection port");

static int tosh_id;
_

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