All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] smsc-ircc2: fix section reference mismatches
@ 2006-07-06  4:35 Dmitry Torokhov
  0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2006-07-06  4:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

Subject: smsc-ircc2: fix section reference mismatches
From: Dmitry Torokhov <dtor@insightbb.com>

subsystem_configurations array is only used by an __init function,
therefore it should be marked __initdata, not __devinitdata.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
---

 drivers/net/irda/smsc-ircc2.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: work/drivers/net/irda/smsc-ircc2.c
===================================================================
--- work.orig/drivers/net/irda/smsc-ircc2.c
+++ work/drivers/net/irda/smsc-ircc2.c
@@ -2353,7 +2353,7 @@ static int __init smsc_superio_lpc(unsig
 #ifdef CONFIG_PCI
 #define PCIID_VENDOR_INTEL 0x8086
 #define PCIID_VENDOR_ALI 0x10b9
-static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __devinitdata = {
+static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __initdata = {
 	{
 		.vendor = PCIID_VENDOR_INTEL, /* Intel 82801DBM LPC bridge */
 		.device = 0x24cc,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-06  4:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06  4:35 [PATCH] smsc-ircc2: fix section reference mismatches Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.