]> Pileus Git - ~andy/linux/commit
tty: simserial: now phase out the ioctl file pointer for good
authorLuck, Tony <tony.luck@intel.com>
Tue, 22 Feb 2011 19:47:04 +0000 (11:47 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Feb 2011 23:48:18 +0000 (15:48 -0800)
commit10e82f6ce76351425644bccc56f8e2c2ad596ce6
tree5218094201d52362120720b4922fad0f525e0990
parentbdcffc5a1a28b566a38a4b0d5bcefc78a97f4ecb
tty: simserial: now phase out the ioctl file pointer for good

Alan missed the ia64 simulator serial driver (because it was hidden
in arch/... rather than located under drivers/... where one might
expect to find a driver).  Drop the "file *" argument from rs_ioctl()
in arch/ia64/hp/sim/simserial.c

Signed-off-by: Tony Luck <tony.luck@intel.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/ia64/hp/sim/simserial.c