From: Lars-Peter Clausen Date: Sun, 9 Sep 2012 15:38:41 +0000 (+0200) Subject: fbdev: jz4740: Use devm_request_and_ioremap X-Git-Tag: v3.7-rc1~48^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5d4190f7ec584a2860499f2721fd3421e41c187;p=pandora-kernel.git fbdev: jz4740: Use devm_request_and_ioremap Use devm_request_and_ioremap instead of request_mem_region + devm_ioremap. This also fixes the following compile error introduced in commit b2ca7f4d ("drivers/video/jz4740_fb.c: use devm_ functions"): drivers/video/jz4740_fb.c: In function 'jzfb_probe': drivers/video/jz4740_fb.c:676:2: error: implicit declaration of function 'devm_ioremap' drivers/video/jz4740_fb.c:676:13: warning: assignment makes pointer from integer without a cast Signed-off-by: Lars-Peter Clausen Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed