Re: [PATCH] video: ep93xx_fb: include for devm_ioremap()

2013-03-15 Thread Ryan Mallon
On 16/03/13 09:20, H Hartley Sweeten wrote: > commit be867814 "drivers/video/ep93xx-fb.c: use devm_ functions" > > Introduced a build error: > > drivers/video/ep93xx-fb.c: In function 'ep93xxfb_probe': > drivers/video/ep93xx-fb.c:532: error: implicit declaration of function > 'devm_ioremap' > d

[PATCH] video: ep93xx_fb: include for devm_ioremap()

2013-03-15 Thread H Hartley Sweeten
commit be867814 "drivers/video/ep93xx-fb.c: use devm_ functions" Introduced a build error: drivers/video/ep93xx-fb.c: In function 'ep93xxfb_probe': drivers/video/ep93xx-fb.c:532: error: implicit declaration of function 'devm_ioremap' drivers/video/ep93xx-fb.c:533: warning: assignment makes point