]> Git Repo - linux.git/commit
drivers/video/fbdev/fb-puv3.c: Add header files for function unifb_mmap
authorZhichuang SUN <[email protected]>
Wed, 21 May 2014 06:13:30 +0000 (14:13 +0800)
committerTomi Valkeinen <[email protected]>
Fri, 23 May 2014 10:51:10 +0000 (13:51 +0300)
commitfbc6c4a13bbfb420eedfdb26a0a859f9c07e8a7b
tree0e1c731f0fae993af430359a1421e61e475f9799
parent0c641bff31af7326b51cd39739cfc3a2c060f456
drivers/video/fbdev/fb-puv3.c: Add header files for function unifb_mmap

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]>
drivers/video/fbdev/fb-puv3.c
This page took 0.050555 seconds and 4 git commands to generate.