]> git.baikalelectronics.ru Git - kernel.git/commit
m32r_sio: remove dependency on struct serial_uart_config
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 20 Aug 2012 23:56:26 +0000 (19:56 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 20:15:07 +0000 (13:15 -0700)
commitdf3a5cc81b21f099da7f74c6c838383a0a1a414f
tree5dac1606085800e1184db1ba7f3fd911f24d9eb1
parent680816a23c46f4a1fa97f283e5600268856bf660
m32r_sio: remove dependency on struct serial_uart_config

The struct serial_uart_config is hardly used at all, and the
use case like this one are somewhat needless.  Remove the
trivial usage so that we can remove serial_uart_config.

Since the type field isn't really used at all, we also delete
the initialization and references of it here as well.

Cc: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/m32r_sio.c