From: Ezequiel Garcia Date: Thu, 7 Nov 2013 15:17:17 +0000 (-0300) Subject: mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize X-Git-Tag: v3.14-rc1~65^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3f3a1916bcac44a86ca89c874cdcad5e7746e9;p=pandora-kernel.git mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize There's no need to privately store the device page size as it's available in mtd structure field mtd->writesize. Also, this removes the hardcoded page size value, leaving the auto-detected value only. Signed-off-by: Ezequiel Garcia Tested-by: Daniel Mack Signed-off-by: Brian Norris --- Reading git-diff-tree failed