This is a note to let you know that I've just added the patch titled

    drivers/video/fbdev/fb-puv3.c: Add header files for function unifb_mmap

to the 3.10-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     
drivers-video-fbdev-fb-puv3.c-add-header-files-for-function-unifb_mmap.patch
and it can be found in the queue-3.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From fbc6c4a13bbfb420eedfdb26a0a859f9c07e8a7b Mon Sep 17 00:00:00 2001
From: Zhichuang SUN <[email protected]>
Date: Wed, 21 May 2014 14:13:30 +0800
Subject: drivers/video/fbdev/fb-puv3.c: Add header files for function unifb_mmap

From: Zhichuang SUN <[email protected]>

commit fbc6c4a13bbfb420eedfdb26a0a859f9c07e8a7b upstream.

Function unifb_mmap calls functions which are defined in linux/mm.h
and asm/pgtable.h

The related error (for unicore32 with unicore32_defconfig):
        CC      drivers/video/fbdev/fb-puv3.o
        drivers/video/fbdev/fb-puv3.c: In function 'unifb_mmap':
        drivers/video/fbdev/fb-puv3.c:646: error: implicit declaration of
                                      function 'vm_iomap_memory'
        drivers/video/fbdev/fb-puv3.c:646: error: implicit declaration of
                                      function 'pgprot_noncached'

Signed-off-by: Zhichuang Sun <[email protected]>
Cc: Jean-Christophe Plagniol-Villard <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: Jingoo Han <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Cc: [email protected]
Acked-by: Xuetao Guan <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
Cc: Guenter Roeck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/video/fb-puv3.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/drivers/video/fb-puv3.c
+++ b/drivers/video/fb-puv3.c
@@ -18,8 +18,10 @@
 #include <linux/fb.h>
 #include <linux/init.h>
 #include <linux/console.h>
+#include <linux/mm.h>
 
 #include <asm/sizes.h>
+#include <asm/pgtable.h>
 #include <mach/hardware.h>
 
 /* Platform_data reserved for unifb registers. */


Patches currently in stable-queue which might be from [email protected] are

queue-3.10/drivers-video-fbdev-fb-puv3.c-add-header-files-for-function-unifb_mmap.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to