From: Tomi Valkeinen Date: Fri, 26 Jul 2013 08:27:53 +0000 (+0300) Subject: fbdev/sgivwfb: fix compilation error in sgivwfb_mmap() X-Git-Tag: v3.11-rc4~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d3488a5acc64b79773ada12060babe90c0fb130;p=pandora-kernel.git fbdev/sgivwfb: fix compilation error in sgivwfb_mmap() Commit c84deb9d615c02993ce0972a0b34585c7624822f ("fbdev/sgivwfb: use vm_iomap_memory()") changed sgivwfb_mmap() to use the new vm_iomap_memory() function. The commit introduced the following compilation error: drivers/video/sgivwfb.c:716:9: note: each undeclared identifier is reported only once for each function it appears in This patch fixes the error. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed