From: Jeff Mahoney Date: Fri, 20 Aug 2010 21:14:06 +0000 (-0400) Subject: ioctl: Use asm-generic/ioctls.h on h8300 (enables termiox) X-Git-Tag: v2.6.37-rc1~155^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b4b274e4699d7a8b265f53ccb1b7ca536c6394;p=pandora-kernel.git ioctl: Use asm-generic/ioctls.h on h8300 (enables termiox) This patch converts h8300 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: - H8300 defines its own value for FIOQSIZE, asm-generic/ioctls.h keeps it - The generic version adds TIOCSRS485 and TIOGSRS485, but are unused by any driver available on this architecture. - The generic version adds support for termiox Cc: Yoshinori Sato Signed-off-by: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed