H Hartley Sweeten e66b05873a drivers/video/ep93xx-fb.c: include <linux/io.h> for devm_ioremap()
Commit be8678149701 ("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 pointer from integer without a cast

Include <linux/io.h> to pickup the declaration of 'devm_ioremap'.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Acked-by: Ryan Mallon <rmallon@gmail.com>
Cc: Damien Cassou <damien.cassou@lifl.fr>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-03-22 16:41:20 -07:00
..
2013-02-22 23:31:31 -05:00
2013-02-21 15:33:45 -08:00
2011-10-03 15:52:38 +00:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2013-02-22 23:31:31 -05:00
2013-01-24 09:04:04 +01:00
2013-02-21 17:22:17 -08:00
2012-02-15 04:31:21 +00:00
2012-01-22 14:50:02 +01:00
2011-09-14 16:40:52 +00:00
2013-01-08 18:53:56 -08:00
2012-10-12 10:21:02 +09:00
2011-06-24 17:14:39 +09:00
2011-07-04 16:02:48 +09:00