sparc64 (and others): fix tty_ioctl.c build
authorTony Breeds <tony@bakeyournoodle.com>
Sat, 15 Sep 2007 00:03:01 +0000 (17:03 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 15 Sep 2007 15:18:30 +0000 (08:18 -0700)
commitbb8bd3a52a5dbca8bea31bfc72dacfb384170e69
tree52c3ed81d975a3edc6efa1be21e0adb7c917a5b6
parent2605a103cadb29053d6bc7e81c7de802ec75ce6c
sparc64 (and others): fix tty_ioctl.c build

Add Guards around TIOCSLCKTRMIOS and TIOCGLCKTRMIOS.

Several architectures are still broken.  Put temporary-for-2.6.23 ifdef guards
around the offending code.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by:: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_ioctl.c