serial: 8250: Make symbol 'brcmuart_debugfs_root' static
authorZucheng Zheng <zhengzucheng@huawei.com>
Thu, 1 Apr 2021 07:49:19 +0000 (15:49 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Apr 2021 14:12:27 +0000 (16:12 +0200)
commitb0b07762bfa41b292c45f78e0b37870e6c30bb27
tree4aacdc5164fcdbf6e565ab6752ec5d545ccaf49e
parent64b1510642f845d90ad2aa35111582a4492e801b
serial: 8250: Make symbol 'brcmuart_debugfs_root' static

symbol 'brcmuart_debugfs_root' is not used outside of 8250_bcm7271.c,
so this commit marks it static.

Signed-off-by: Zucheng Zheng <zhengzucheng@huawei.com>
Link: https://lore.kernel.org/r/20210401074919.56573-1-zhengzucheng@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_bcm7271.c