ioctl: Use asm-generic/ioctls.h on h8300 (enables termiox)
authorJeff Mahoney <jeffm@suse.com>
Fri, 20 Aug 2010 21:14:06 +0000 (17:14 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:20:00 +0000 (10:20 -0700)
commit30b4b274e4699d7a8b265f53ccb1b7ca536c6394
tree196465aa8d2e924cdfe4c6b6e3374c7554d2d776
parent4735d234954342b8f0f6cb20ce9aa35ffe83e712
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 <ysato@users.sourceforge.jp>
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/h8300/include/asm/ioctls.h