]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] VT binding: Do not create a device file for class device 'fbcon'
authorAntonino A. Daplas <adaplas@gmail.com>
Mon, 26 Jun 2006 07:27:13 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:33 +0000 (09:58 -0700)
commit207819b6f9fc022289e174c557f5450dcd9d7fa1
tree13f8a511d15b14c107b352cda5c8306aad8d50a0
parent284ee2a1532d0ff390368613357ea71556fcd095
[PATCH] VT binding: Do not create a device file for class device 'fbcon'

The class device "fbcon" does not need to be a device file.  Do not create one
by passing a major and minor number of zero to
class_device_create()/destroy().

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/fbcon.c