Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[PATCH 09/75] speedfax: declare MODULE_FIRMWARE

 
   Soft32 Home -> Linux -> Kernel RSS
Next:  [gentoo-user] help with tinydns setup  
Author Message
Ben Hutchings

External


Since: Dec 12, 2006
Posts: 61



(Msg. 1) Posted: Sat Nov 07, 2009 5:20 pm
Post subject: [PATCH 09/75] speedfax: declare MODULE_FIRMWARE
Archived from groups: linux>kernel (more info?)

Signed-off-by: Ben Hutchings <ben DeleteThis @decadent.org.uk>
---
drivers/isdn/hardware/mISDN/speedfax.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/isdn/hardware/mISDN/speedfax.c b/drivers/isdn/hardware/mISDN/speedfax.c
index ff3a4e2..7726afd 100644
--- a/drivers/isdn/hardware/mISDN/speedfax.c
+++ b/drivers/isdn/hardware/mISDN/speedfax.c
@@ -110,6 +110,7 @@ set_debug(const char *val, struct kernel_param *kp)
MODULE_AUTHOR("Karsten Keil");
MODULE_LICENSE("GPL v2");
MODULE_VERSION(SPEEDFAX_REV);
+MODULE_FIRMWARE("isdn/ISAR.BIN");
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Speedfax debug mask");
module_param(irqloops, uint, S_IRUGO | S_IWUSR);
--
1.6.5.2



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo DeleteThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
David Miller

External


Since: May 26, 2007
Posts: 1109



(Msg. 2) Posted: Tue Nov 10, 2009 11:20 pm
Post subject: Re: [PATCH 09/75] speedfax: declare MODULE_FIRMWARE [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

From: Ben Hutchings <ben.TakeThisOut@decadent.org.uk>
Date: Sat, 07 Nov 2009 21:46:51 +0000

> Signed-off-by: Ben Hutchings <ben.TakeThisOut@decadent.org.uk>

Applied to net-next-2.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.TakeThisOut@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[PATCH 1/2] Declare {compat_}sys_utimensat - Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> --- include/linux/compat.h | 3 +++ ..

[patch] cpufreq: do not declare undefined functions - fill_powernow_table_pstate() and fill_powernow_table_fidvid() are only defined and used for X86_POWERNOW_K8_ACPI. Cc:....

[patch] wavefront: only declare isapnp on CONFIG_PNP - isapnp[] is only used for CONFIG_PNP. If this configuration option is not set, do not declare the array. Cc: Adam..

[PATCH] Declare another couple of compat syscalls. - compat_sys_signalfd and compat_sys_timerfd need declarations before PowerPC can wire them up. Signed-off-by: Stephen..

[patch] lockdep: forward declare struct trask_struct - From: Heiko Carstens <heiko.carstens@de.ibm.com> 3117df0453828bd045c16244e6f50e5714667a8a causes this: In file....

[patch] linux/io.h: forward declare struct pci_dev - From: Heiko Carstens <heiko.carstens@de.ibm.com> 9ac7849e35f705830f7b016ff272b0ff1f7ff759 causes this: CC ...
       Soft32 Home -> Linux -> Kernel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]