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