[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)
commit5bd42536b395944a1134baa3624b2e0cff6ac7bf
tree13f8a511d15b14c107b352cda5c8306aad8d50a0
parent13ae66458971b4967350765a8bfaf2a636442e5f
[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