projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62a8370
)
net: via-rhine: Fix incorrect placement of __initdata
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 7 Aug 2013 10:38:16 +0000
(16:08 +0530)
committer
David S. Miller
<davem@davemloft.net>
Fri, 9 Aug 2013 20:24:26 +0000
(13:24 -0700)
__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 <sachin.kamat@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/via/via-rhine.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/via/via-rhine.c
b/drivers/net/ethernet/via/via-rhine.c
index b75eb9e0e867a88ac6531c2cd35f419d8553e88a..c8f088ab5fdfdbb6c9c757f5defd9c9b70588163 100644
(file)
--- 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 = {