From: Sachin Kamat Date: Wed, 7 Aug 2013 10:38:16 +0000 (+0530) Subject: net: via-rhine: Fix incorrect placement of __initdata X-Git-Tag: v3.12-rc1~132^2~315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77273eaa576fd99315d2830e6826678ec85b5c04;p=profile%2Fivi%2Fkernel-x86-ivi.git net: via-rhine: Fix incorrect placement of __initdata __initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/via/via-rhine.c b/drivers/net/ethernet/via/via-rhine.c index b75eb9e..c8f088a 100644 --- a/drivers/net/ethernet/via/via-rhine.c +++ b/drivers/net/ethernet/via/via-rhine.c @@ -2407,7 +2407,7 @@ static struct pci_driver rhine_driver = { .driver.pm = RHINE_PM_OPS, }; -static struct dmi_system_id __initdata rhine_dmi_table[] = { +static struct dmi_system_id rhine_dmi_table[] __initdata = { { .ident = "EPIA-M", .matches = {