net: wan: sbni: Fix incorrect placement of __initdata
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 7 Aug 2013 10:38:15 +0000 (16:08 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Aug 2013 20:24:26 +0000 (13:24 -0700)
commit62a8370676e66f11cda78c63ace0f011b8a5234d
treed35f3f3e1c0c6a3a26fdcf76f0127384cda7295b
parent71acc0ddd499cc323199fb1ae350ce9ea0744352
net: wan: sbni: 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 <sachin.kamat@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/sbni.c