From: Martin Schwidefsky Date: Thu, 3 Mar 2011 16:56:05 +0000 (+0100) Subject: [S390] xpram: remove __initdata attribute from module parameters X-Git-Tag: v2.6.38-rc8~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c0db0355bc070b4c623622248d3f577642536b9;p=pandora-kernel.git [S390] xpram: remove __initdata attribute from module parameters The module parameter 'devs' and 'sizes' are marked as __initdata. The memory for the parameters are freed after module_init completed. This can lead to kernel crashes in param_free_charp. Remove the __initdata attribute to fix the problem. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed