From: Jeff Mahoney Date: Fri, 20 Aug 2010 21:14:04 +0000 (-0400) Subject: ioctl: Use asm-generic/ioctls.h on cris (enables termiox) X-Git-Tag: v2.6.37-rc1~155^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc3372d9e57db3c65cf00cea6cf14969875b055;p=pandora-kernel.git ioctl: Use asm-generic/ioctls.h on cris (enables termiox) This patch converts cris 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: - CRIS defines two ioctls: TIOCSERSETRS485 and TIOCSERWRRS485, kept in arch-specific portion - CRIS defines a different value for TIOCSRS485, kept via ifndef in generic - The generic version adds support for termiox Cc: Mikael Starvik Cc: Jesper Nilsson Signed-off-by: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed