aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/natsemi
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2013-09-30 15:18:27 +0200
committerDavid S. Miller <davem@davemloft.net>2013-09-30 22:16:43 -0700
commit437a3ae1d0b42197928d52e1108bc2fdc14d23fd (patch)
treeca945ec9d18f49cbd4fc1d770ba16da60813b3b7 /drivers/net/ethernet/natsemi
parentipv6: gre: correct calculation of max_headroom (diff)
downloadlinux-dev-437a3ae1d0b42197928d52e1108bc2fdc14d23fd.tar.xz
linux-dev-437a3ae1d0b42197928d52e1108bc2fdc14d23fd.zip
ethernet: moxa: fix incorrect placement of __initdata tag
__initdata tag should be placed between the variable name and equal sign for the variable to be placed in the intended .init.data section. In this particular case __initdata is incorrect as moxart_mac_driver can be used after the driver gets initialized. Also while at it static-ize moxart_mac_driver. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/natsemi')
0 files changed, 0 insertions, 0 deletions