From: Jeff Mahoney Date: Fri, 20 Aug 2010 21:14:10 +0000 (-0400) Subject: ioctl: Use asm-generic/ioctls.h on mn10300 (enables termiox) X-Git-Tag: v2.6.37-rc1~155^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c9c56f6b4c16237c5beb3a91325bf54a37be91;p=pandora-kernel.git ioctl: Use asm-generic/ioctls.h on mn10300 (enables termiox) This patch converts mn10300 to use asm-generic/ioctls.h instead of its own version. The differences between the arch-specific version and the generic version are as follows: - The generic version provides TIOCGRS485 and TIOCSRS485 but they are unused by any driver available for this architecture. - The generic version adds support for termiox Cc: David Howells Cc: Koichi Yasutake Signed-off-by: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed