[PATCH for 3.8+] drivers/video/ep93xx-fb.c: fix missing declaration of devm_ioremap()
From: H Hartley Sweeten <hidden>
Date: 2013-03-21 16:22:27
Also in:
linux-fbdev
From: H Hartley Sweeten <hidden>
Date: 2013-03-21 16:22:27
Also in:
linux-fbdev
On Thursday, March 21, 2013 7:39 AM, Hauke Mehrtens wrote:
This fixes the following compile error: drivers/video/ep93xx-fb.c: In function 'ep93xxfb_probe': drivers/video/ep93xx-fb.c:532:2: error: implicit declaration of function 'devm_ioremap' [-Werror=implicit-function-declaration] drivers/video/ep93xx-fb.c:532:17: warning: assignment makes pointer from integer without a cast [enabled by default] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Cc: stable at vger.kernel.org
This patch is already in Andrew Morton's -mm tree. Ryan, Maybe you should pick this up in your fixes branch? Regards, Hartley