TTY: serial/m32r_sio, disband m32r_sio.h
authorJiri Slaby <jslaby@suse.cz>
Tue, 12 Jan 2016 09:59:06 +0000 (10:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Feb 2016 06:16:58 +0000 (22:16 -0800)
commitd4dbe374f430156738d34e4572c58f387d558e83
treec64d5d44fc3afad9cfba0c0f7e59533982c71a86
parente57c25367e56feca96f8959775503cf7747a7dbd
TTY: serial/m32r_sio, disband m32r_sio.h

The only needed information from the header is struct old_serial_port.
Move it to m32r_sio.c, make it const and anonymous. And kill the rest
from the header as it is dead stuff.

Given m32r_sio_suspend_port and m32r_sio_resume_port are local to
m32r_sio.c and unused, kill them from .c too.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/m32r_sio.c
drivers/tty/serial/m32r_sio.h [deleted file]