diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-03-05 17:52:12 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 23:48:42 +0400 |
commit | 9c8efecc91c02056340ae19612315f3225e6dbe2 (patch) | |
tree | 4702bd81b36848f572e341e057c21fb91bb5ad5e /crypto/zlib.c | |
parent | 3ee0017e03cd790ed1adaa97ef6f99aff3706ec2 (diff) | |
download | linux-9c8efecc91c02056340ae19612315f3225e6dbe2.tar.xz |
TTY: serialP, remove unused material
First, remove unused macro and rs_multiport_struct structure. Nobody
uses them at all.
Further, the 2 drivers (they are below) which use the rest of
structures from serialP.h (async_struct and serial_state) do not use
all the members. Remove the members:
* which are unused or
* which are only initialized and never used for something real.
Everybody should avoid the structures with a looong distance.
Finally, remove the ALPHA kludge MCR quirks. They are 1:1 copy from
8250.h. No need to redefine them here.
The 2 promised users of the structures:
arch/ia64/hp/sim/simserial.c
drivers/tty/amiserial.c
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto/zlib.c')
0 files changed, 0 insertions, 0 deletions