From: Simon Horman Date: Tue, 9 Nov 2010 08:47:02 +0000 (+0900) Subject: mmc, sh: Move constants to sh_mmcif.h X-Git-Tag: v2.6.38-rc1~234^2~8^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1d39e3903bc35be2b5e8d2116fdd5d337244d4;p=pandora-kernel.git mmc, sh: Move constants to sh_mmcif.h This moves some constants from sh_mmcif.c to sh_mmcif.h so that they can be used in sh_mmcif_boot_init(). It also alters the definition of SOFT_RST_OFF from (0 << 31) to ~SOFT_RST_ON (= ~(1 << 31)). The former seems bogus. The latter is consistent with the code in sh_mmcif_boot_init(). Cc: Yusuke Goda Cc: Magnus Damm Signed-off-by: Simon Horman Signed-off-by: Paul Mundt --- Reading git-diff-tree failed