]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: sccnxp: Make baudrate table struct static
authorAlexander Shiyan <shc_work@mail.ru>
Mon, 21 Jan 2013 15:38:57 +0000 (19:38 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Jan 2013 21:56:46 +0000 (13:56 -0800)
commit4bbed6bc41aa76183449ade053891e28dec0ae3b
treecaa6d6fed72fa29c7ecb29347fcc43abae61ed5a
parentf548b96de684c86c72cd7ba019c03a7afe94fd53
serial: sccnxp: Make baudrate table struct static

This struct is used only for driver, so it should be static.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sccnxp.c