Re: [PATCH 07/75] moxa: declare MODULE_FIRMWARE

From: Jiri Slaby
Date: Sun Nov 08 2009 - 08:32:32 EST


On 11/07/2009 10:44 PM, Ben Hutchings wrote:
> Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx>

Reviewed-by: Jiri Slaby <jirislaby@xxxxxxxxx>

Thanks.

> ---
> drivers/char/moxa.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/char/moxa.c b/drivers/char/moxa.c
> index dd0083b..26c9259 100644
> --- a/drivers/char/moxa.c
> +++ b/drivers/char/moxa.c
> @@ -175,6 +175,9 @@ static unsigned int numports[MAX_BOARDS];
> MODULE_AUTHOR("William Chen");
> MODULE_DESCRIPTION("MOXA Intellio Family Multiport Board Device Driver");
> MODULE_LICENSE("GPL");
> +MODULE_FIRMWARE("c218tunx.cod");
> +MODULE_FIRMWARE("cp204unx.cod");
> +MODULE_FIRMWARE("c320tunx.cod");
> #ifdef MODULE
> module_param_array(type, uint, NULL, 0);
> MODULE_PARM_DESC(type, "card type: C218=2, C320=4");

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