From: Rajendra Nayak Date: Mon, 9 Apr 2012 06:38:35 +0000 (+0530) Subject: mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clock X-Git-Tag: v3.5-rc1~85^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd03d9a85802c0023e522c21a1dabaf3e5785010;p=pandora-kernel.git mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clock There really does not seem to be a need to use cpu_is_* check for getting the debounce clock as clkdev is perfectly capable of handling situations when certain clocks are only available on select platforms. Also get rid of the 'got_dbclk' flag and instead use the dbclk clock pointer to know if a valid debounce clock exists for the platform. Signed-off-by: Rajendra Nayak Signed-off-by: Venkatraman S Signed-off-by: Chris Ball --- Reading git-diff-tree failed