From: Santosh Shilimkar Date: Sat, 28 Apr 2012 14:49:10 +0000 (+0530) Subject: ARM: OMAP: dma: Make use of cpu_class_is_omap2() to avoid future patching. X-Git-Tag: omap-cleanup-for-v3.5~4^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07c3df8019bf01306065c4271421d70ad23e5e8;p=pandora-kernel.git ARM: OMAP: dma: Make use of cpu_class_is_omap2() to avoid future patching. cpu_class_is_omap2() contains all OMAP2+ devices. So update the DMA code cpu checks accordingly so that there is no need to patch the file for any future OMAP2+ devices. In long run, all these attributes should come from hwmod dev_attr based on DMA IP version. Signed-off-by: Santosh Shilimkar --- Reading git-diff-tree failed