From: Geert Uytterhoeven Date: Fri, 1 Jun 2007 07:46:46 +0000 (-0700) Subject: fbdev: Move declaration of fb_class to X-Git-Tag: v2.6.22-rc4~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db71a188bd04114c04b1faa6538f1c4faa0a9a7;p=pandora-kernel.git fbdev: Move declaration of fb_class to Move the forward declaration of fb_class from drivers/video/console/fbcon.h to , together with the other forward declarations related to drivers/video/fbmem.c. This kills the following sparse warning: | drivers/video/fbmem.c:1363:14: warning: symbol 'fb_class' was not declared. Should it be static? Signed-off-by: Geert Uytterhoeven Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed