fbdev: Move declaration of fb_class to <linux/fb.h>
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Fri, 1 Jun 2007 07:46:46 +0000 (00:46 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 1 Jun 2007 15:18:28 +0000 (08:18 -0700)
commit9db71a188bd04114c04b1faa6538f1c4faa0a9a7
tree859c1cd34de17e92c587d6b79af5735d04f2a332
parentbfeeffbb4fb73a32c00d52742850f88e563726a5
fbdev: Move declaration of fb_class to <linux/fb.h>

Move the forward declaration of fb_class from drivers/video/console/fbcon.h to
<linux/fb.h>, 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 <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/console/fbcon.h
include/linux/fb.h