* [PATCH 38/75] iwmc3200top: declare MODULE_FIRMWARE
@ 2009-11-07 21:53 Ben Hutchings
2009-11-07 21:56 ` Tomas Winkler
0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2009-11-07 21:53 UTC (permalink / raw)
To: David Miller; +Cc: Tomas Winkler, netdev
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
drivers/misc/iwmc3200top/fw-download.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/misc/iwmc3200top/fw-download.c b/drivers/misc/iwmc3200top/fw-download.c
index 33cb693..2817618 100644
--- a/drivers/misc/iwmc3200top/fw-download.c
+++ b/drivers/misc/iwmc3200top/fw-download.c
@@ -357,3 +357,5 @@ exit:
return ret;
}
+
+MODULE_FIRMWARE("iwmc3200top.1.fw");
--
1.6.5.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 38/75] iwmc3200top: declare MODULE_FIRMWARE
2009-11-07 21:53 [PATCH 38/75] iwmc3200top: declare MODULE_FIRMWARE Ben Hutchings
@ 2009-11-07 21:56 ` Tomas Winkler
0 siblings, 0 replies; 2+ messages in thread
From: Tomas Winkler @ 2009-11-07 21:56 UTC (permalink / raw)
To: Ben Hutchings; +Cc: David Miller, netdev
On Sat, Nov 7, 2009 at 11:53 PM, Ben Hutchings <ben@decadent.org.uk> wrote:
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
> ---
> drivers/misc/iwmc3200top/fw-download.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/misc/iwmc3200top/fw-download.c b/drivers/misc/iwmc3200top/fw-download.c
> index 33cb693..2817618 100644
> --- a/drivers/misc/iwmc3200top/fw-download.c
> +++ b/drivers/misc/iwmc3200top/fw-download.c
> @@ -357,3 +357,5 @@ exit:
>
> return ret;
> }
> +
> +MODULE_FIRMWARE("iwmc3200top.1.fw");
Thanks but I have this one already in the pipe but actually grouped
with all module declarations in the main.c
Thanks
Tomas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-07 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 21:53 [PATCH 38/75] iwmc3200top: declare MODULE_FIRMWARE Ben Hutchings
2009-11-07 21:56 ` Tomas Winkler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).