]> git.karo-electronics.de Git - karo-tx-linux.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)
commit8a06dc4d52458e4a909b652ee9fe8f82d2cd87a2
tree94cb701af633cc4ff7522a0f0eb559cd56afd537
parent13e165baf6ada9f427c319bd41a1c7a9c7b4f0a6
um: remove file pointer from ioctl

Commit 6caa76b ("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