From: Arnd Bergmann Date: Fri, 16 Oct 2009 00:25:25 +0000 (+0200) Subject: compat_ioctl: remove all VT ioctl handling X-Git-Tag: v2.6.33-rc1~300^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb07a5f857ac8a2035d3f642317b0119b1056a7f;p=pandora-kernel.git compat_ioctl: remove all VT ioctl handling The VT driver now handles all of these ioctls directly, so we can remove the handlers from common code. These are the only handlers that require the BKL because they directly perform the ioctl action rather than just converting the data structures. Once they are gone, we can remove the BKL from the remaining ioctl conversion handlers. Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman Signed-off-by: Andrew Morton --- Reading git-diff-tree failed