Messages in this thread |  | | | Date | Sat, 21 Aug 2010 06:36:38 -0400 | | From | Christoph Hellwig <> | | Subject | Re: [patch 04/10] ioctl: Use asm-generic/ioctls.h on frv (enables termiox) |
| |
On Fri, Aug 20, 2010 at 05:14:05PM -0400, Jeff Mahoney wrote: > 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
This is an ioctl that used be implemented in generic code and then was removed. I looks like a couple of ports added after the removal kept the defintion anyway. Just kill it from all of them.
|  |