[PATCH] smsc-ircc2: fix section reference mismatches
authorDmitry Torokhov <dtor@insightbb.com>
Fri, 7 Jul 2006 06:58:27 +0000 (23:58 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 12 Jul 2006 21:42:40 +0000 (17:42 -0400)
commitc5d965caa1dbb54077673cf22e3f8a58e1cc866c
treeaee1c7a092464af8b27f0ad536bfd0f841b0ad19
parent4626dd46f5e70dfb70f4b57cf527c8de9f80e4fa
[PATCH] smsc-ircc2: fix section reference mismatches

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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/irda/smsc-ircc2.c