From: Jeff Dike Date: Sat, 10 Feb 2007 09:44:08 +0000 (-0800) Subject: [PATCH] uml: console locking commentary and code cleanup X-Git-Tag: v2.6.21-rc1~274^2~412 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c9ffc6c6d15d4f655236e26942a21ad61fe3ad;p=pandora-kernel.git [PATCH] uml: console locking commentary and code cleanup Remove the last vestiges of devfs from console registration. Change the name of the function, plus remove a couple of unused fields from the line_driver structure. struct lines is no longer needed, all traces of it are gone. The only way that I can see to mark a structure as being almost-const is to individually const the fields. This is the case for the line_driver structure, which has only one modifiable field - a list_head in a sub-structure. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed