From: Alexander Sverdlin Date: Wed, 2 Oct 2013 16:42:29 +0000 (+0200) Subject: mtd: phram: Make phram 64-bit compatible X-Git-Tag: v3.13-rc1~98^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a46f83570380ee2f5893a5bb2402ce2945f4f23;p=pandora-kernel.git mtd: phram: Make phram 64-bit compatible phram was 32-bit limited by design. Machines are growing up, but phram module is still useful. Update it. The patch is bigger than minimum, because simple_strtoul() is obsolete. Tested on MIPS64 and compile-tested for PPC (32 bit). Signed-off-by: Alexander Sverdlin Reviewed-by: Joern Engel Signed-off-by: Brian Norris --- Reading git-diff-tree failed