From: Krzysztof Helt Date: Tue, 16 Jun 2009 22:34:32 +0000 (-0700) Subject: acornfb: remove fb_mmap function X-Git-Tag: v2.6.31-rc1~299^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34308fd4a22b4c24f54951e47d14e6ae5de6e150;p=pandora-kernel.git acornfb: remove fb_mmap function The driver's fb_mmap function is essentially the same as a generic fb_mmap function. Delete driver's function and use the generic one. A difference is that generic function marks frame buffer memory as VM_IO | VM_RESERVED. The driver's function marks it as VM_IO only. Signed-off-by: Krzysztof Helt Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed