]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: use LIST_HEAD where possible
authorJeff Dike <jdike@addtoit.com>
Sat, 10 Feb 2007 09:44:04 +0000 (01:44 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:22 +0000 (10:51 -0800)
commit49c775da51c63dc259f345dd6ced3b659c9d8916
tree9b5d91bf6e3f4680f2cde658d772f660a9b9c7d3
parenta91bd984fbd9d46e0c69fa4bb8ac77d067fb39d3
[PATCH] uml: use LIST_HEAD where possible

A couple of list_head declarations can be improved through the use of
LIST_HEAD().

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/mconsole_kern.c
arch/um/drivers/port_kern.c