From: Rasmus Villemoes Date: Thu, 10 Jul 2014 19:01:22 +0000 (+0200) Subject: drivers: tty: Merge alloc_tty_struct and initialize_tty_struct X-Git-Tag: omap-for-v3.17/fixes-against-rc2~165^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c964a2f4191f2229566895f1a0e85f8339f5dd1;p=pandora-kernel.git drivers: tty: Merge alloc_tty_struct and initialize_tty_struct The two functions alloc_tty_struct and initialize_tty_struct are always called together. Merge them into alloc_tty_struct, updating its prototype and the only two callers of these functions. Signed-off-by: Rasmus Villemoes Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed