From: Hansjoerg Lipp Date: Sat, 22 Apr 2006 16:36:53 +0000 (+0200) Subject: [PATCH] TTY: return class device pointer from tty_register_device() X-Git-Tag: v2.6.18-rc1~858^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdcb6b43fda7424b7435dac8f80b2b5d8a48899;p=pandora-kernel.git [PATCH] TTY: return class device pointer from tty_register_device() Let tty_register_device() return a pointer to the class device it creates. This allows registrants to add their own sysfs files under the class device node. Signed-off-by: Hansjoerg Lipp Signed-off-by: Tilman Schmidt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed