From: Antonino A. Daplas Date: Tue, 8 May 2007 07:38:44 +0000 (-0700) Subject: fbdev: kill sparse warning in deferred IO X-Git-Tag: v2.6.22-rc1~418 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a1153acdc2256f866599be701439577da77db3;p=pandora-kernel.git fbdev: kill sparse warning in deferred IO Kill the following in fb_defio.c: drivers/video/fb_defio.c:40:43: warning: incorrect type in argument 1 (different address spaces) drivers/video/fb_defio.c:40:43: expected void *addr drivers/video/fb_defio.c:40:43: got char [noderef] *screen_base The framebuffer memory of these types of devices are allocated from system RAM. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed