From: Jeff Mahoney Date: Fri, 20 Aug 2010 21:14:05 +0000 (-0400) Subject: ioctl: Use asm-generic/ioctls.h on frv (enables termiox) X-Git-Tag: v2.6.37-rc1~155^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4735d234954342b8f0f6cb20ce9aa35ffe83e712;p=pandora-kernel.git ioctl: Use asm-generic/ioctls.h on frv (enables termiox) This patch converts frv 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: - FRV defines its own value for FIOQSIZE, asm-generic/ioctls.h keeps it - FRV defines TIOCTTYGSTRUCT, kept in arch-specific version - 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 Signed-off-by: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed