Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77273eaa authored by Sachin Kamat's avatar Sachin Kamat Committed by David S. Miller
Browse files

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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 62a83706
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2407,7 +2407,7 @@ static struct pci_driver rhine_driver = {
	.driver.pm	= RHINE_PM_OPS,
	.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",
		.ident = "EPIA-M",
		.matches = {
		.matches = {