From: Anton Vorontsov Date: Tue, 10 Jul 2012 00:03:18 +0000 (-0700) Subject: pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_poly X-Git-Tag: v3.6-rc1~100^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a53ffae6afc94bab803087245b3b45e712c21c8;p=pandora-kernel.git pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_poly The struct members were never used anywhere outside of persistent_ram_init_ecc(), so there's actually no need for them to be in the struct. If we ever want to make polynomial or symbol size configurable, it would make more sense to just pass initialized rs_decoder to the persistent_ram init functions. Signed-off-by: Anton Vorontsov Acked-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed