From: Bartlomiej Zolnierkiewicz Date: Mon, 30 Sep 2013 13:18:27 +0000 (+0200) Subject: ethernet: moxa: fix incorrect placement of __initdata tag X-Git-Tag: v3.12-rc4~30^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=437a3ae1d0b42197928d52e1108bc2fdc14d23fd;p=pandora-kernel.git 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 Signed-off-by: Kyungmin Park Signed-off-by: David S. Miller --- Reading git-diff-tree failed