• Jeff Mahoney's avatar
    ioctl: Use asm-generic/ioctls.h on frv (enables termiox) · 4735d234
    Jeff Mahoney authored
    This patch converts frv 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:
    
    - FRV defines its own value for FIOQSIZE, asm-generic/ioctls.h keeps it
    - FRV defines TIOCTTYGSTRUCT, kept in arch-specific version
    - 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>
    Signed-off-by: default avatarJeff Mahoney <jeffm@suse.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    4735d234
ioctls.h 196 Bytes