]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tty: remove unnecessary export of proc_clear_tty
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 8 May 2007 07:26:51 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:04 +0000 (11:15 -0700)
commitf67c3627b4abd8a3cf56bd20cafde702feffe236
treed5fc32045ca5200c68211760a80ceb4eb162b73c
parent69331af79cf29e26d1231152a172a1a10c2df511
tty: remove unnecessary export of proc_clear_tty

All of the users of proc_clear_tty are compiled into the kernel so exporting
this symbol appears gratuitous.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_io.c