tty: n_gsm: Add compat_ioctl
authorLars Poeschel <poeschel@lemonage.de>
Tue, 15 Aug 2017 11:58:27 +0000 (13:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 18:51:22 +0000 (20:51 +0200)
commit199e717f252be0e31c97b9c7861dd6e2abfaa936
treeb15ed17c63982f12a20f3cde0c2cdd442b07a5ba
parenta846c3e5f338206c84e292a57abde0b06f1777c8
tty: n_gsm: Add compat_ioctl

To use this driver with 32 bit userspace applications on 64 bit
kernels a compat_ioctl is needed.

Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c