The patch titled
     Subject: drivers/video/ep93xx-fb.c: include <linux/io.h> for devm_ioremap()
has been added to the -mm tree.  Its filename is
     drivers-video-ep93xx-fbc-include-linux-ioh-for-devm_ioremap.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: H Hartley Sweeten <hartl...@visionengravers.com>
Subject: drivers/video/ep93xx-fb.c: include <linux/io.h> for devm_ioremap()

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 pointer from integer 
without a cast

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

Signed-off-by: H Hartley Sweeten <hswee...@visionengravers.com>
Cc: Florian Tobias Schandinat <florianschandi...@gmx.de>
Acked-by: Ryan Mallon <rmal...@gmail.com>
Cc: Damien Cassou <damien.cas...@lifl.fr>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <a...@linux-foundation.org>
---

 drivers/video/ep93xx-fb.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN 
drivers/video/ep93xx-fb.c~drivers-video-ep93xx-fbc-include-linux-ioh-for-devm_ioremap
 drivers/video/ep93xx-fb.c
--- 
a/drivers/video/ep93xx-fb.c~drivers-video-ep93xx-fbc-include-linux-ioh-for-devm_ioremap
+++ a/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>
 
_

Patches currently in -mm which might be from hartl...@visionengravers.com are

linux-next.patch
drivers-video-ep93xx-fbc-include-linux-ioh-for-devm_ioremap.patch

--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to