mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
00c9c56f6b
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>
7 lines
105 B
C
7 lines
105 B
C
#ifndef _ASM_IOCTLS_H
|
|
#define _ASM_IOCTLS_H
|
|
|
|
#include <asm-generic/ioctls.h>
|
|
|
|
#endif /* _ASM_IOCTLS_H */
|