]> git.baikalelectronics.ru Git - kernel.git/commit
um: remove file pointer from ioctl
authorRichard Weinberger <richard@nod.at>
Tue, 22 Mar 2011 23:33:48 +0000 (16:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2011 00:44:09 +0000 (17:44 -0700)
commitda31dbead377ede52d16131650f42decaac71cbb
tree94cb701af633cc4ff7522a0f0eb559cd56afd537
parent805fb4bfca9053be2c61b713f2409e433138221c
um: remove file pointer from ioctl

Commit b6cb65e ("tty: now phase out the ioctl file pointer for good")
removed the ioctl file pointer.  User Mode Linux's line driver uses this
ioctl and needs a signature update too.

Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Greg KH <greg@kroah.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/line.c
arch/um/include/shared/line.h