]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ac27e00b59e9992770e864d022595a30fb939bd
tree196465aa8d2e924cdfe4c6b6e3374c7554d2d776
parentd545ea9fe438c1c9441dfd88299a7b6ec8f2e404
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