xtensa: xtfpga: fix definitions of platform devices
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 25 Dec 2013 01:20:36 +0000 (05:20 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:50:14 +0000 (13:50 -0800)
commit452dc5f39bfc2b506f656e213828808316cadf0f
treea664ae5ea1cfd6845efc6384f409e3c89c8e9527
parentf149f695629d395117d3de473b05fe71937491af
xtensa: xtfpga: fix definitions of platform devices

commit a558d99263936b8a67d4eff8918745a77bfd8c31 upstream.

Remove __initdata attribute, as the devices may be used after init
sections are freed.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/xtensa/platforms/xtfpga/setup.c