ioctl: Use asm-generic/ioctls.h on m68k (enables termiox)
authorJeff Mahoney <jeffm@suse.com>
Fri, 20 Aug 2010 21:14:09 +0000 (17:14 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:20:01 +0000 (10:20 -0700)
commitc3f38a7b3f019d32ef5cbe471cba7e0033102cad
treeb5d735354fa27714a5b01826218915d53287de61
parent73352e4398917f3aced4ed162aed84bf0acc5313
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 <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/m68k/include/asm/ioctls.h