serial: 8250_pci: make pciserial_detach_ports() static
commit80cd94e759fd3d7b9fb1a95fa41e2c23e557a525
authorWei Yongjun <weiyongjun1@huawei.com>
Sun, 5 Feb 2017 16:12:34 +0000 (5 16:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 12:54:49 +0000 (9 13:54 +0100)
treec516ba91f646f9f100e0be9ccb23fcb162a7eedf
parent36523b6830fa468ae9e0335601aed475480b7dd3
serial: 8250_pci: make pciserial_detach_ports() static

Fixes the following sparse warning:

drivers/tty/serial/8250/8250_pci.c:3916:6: warning:
 symbol 'pciserial_detach_ports' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c