]> git.baikalelectronics.ru Git - kernel.git/commit
ioctl: Use asm-generic/ioctls.h on mn10300 (enables termiox)
authorJeff Mahoney <jeffm@suse.com>
Fri, 20 Aug 2010 21:14:10 +0000 (17:14 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:20:01 +0000 (10:20 -0700)
commit119da7f23490a430f7a494a353c054a1364bd4f9
treef90d507610eaf59acd44d19a643b2f95f583ee04
parent7b75e643db2149cbdeff7b7ca2362212f15619ec
ioctl: Use asm-generic/ioctls.h on mn10300 (enables termiox)

This patch converts mn10300 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:

- The generic version provides TIOCGRS485 and TIOCSRS485 but they
  are unused by any driver available for this architecture.
- The generic version adds support for termiox

Cc: David Howells <dhowells@redhat.com>
Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/mn10300/include/asm/ioctls.h