From: Jon Smirl Date: Mon, 10 Jul 2006 11:44:12 +0000 (-0700) Subject: [PATCH] vt: Remove VT-specific declarations and definitions from tty.h X-Git-Tag: v2.6.18-rc2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f340e394ff30b79ab5b03c67ab4c94b2ac3646;p=pandora-kernel.git [PATCH] vt: Remove VT-specific declarations and definitions from tty.h MAX_NR_CONSOLES, fg_console, want_console and last_console are more of a function of the VT layer than the TTY one. Moving these to vt.h and vt_kern.h allows all of the framebuffer and VT console drivers to remove their dependency on tty.h. [akpm@osdl.org: fix alpha build] Signed-off-by: Jon Smirl Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed