[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130326224247.962403327@linuxfoundation.org>
Date: Tue, 26 Mar 2013 15:42:41 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org,
H Hartley Sweeten <hsweeten@...ionengravers.com>,
Florian Tobias Schandinat <FlorianSchandinat@....de>,
Ryan Mallon <rmallon@...il.com>,
Damien Cassou <damien.cassou@...l.fr>,
Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: [ 52/98] drivers/video/ep93xx-fb.c: include <linux/io.h> for devm_ioremap()
3.8-stable review patch. If anyone has any objections, please let me know.
------------------
From: H Hartley Sweeten <hartleys@...ionengravers.com>
commit e66b05873a7a76afc569da6382509471cba8d5ff upstream.
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@...ionengravers.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@....de>
Acked-by: Ryan Mallon <rmallon@...il.com>
Cc: Damien Cassou <damien.cassou@...l.fr>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
drivers/video/ep93xx-fb.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/video/ep93xx-fb.c
+++ b/drivers/video/ep93xx-fb.c
@@ -23,6 +23,7 @@
#include <linux/slab.h>
#include <linux/clk.h>
#include <linux/fb.h>
+#include <linux/io.h>
#include <linux/platform_data/video-ep93xx.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists