mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 08:03:00 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
64b1510642
commit
b0b07762bf
@@ -239,7 +239,7 @@ struct brcmuart_priv {
|
||||
u32 rx_abort;
|
||||
};
|
||||
|
||||
struct dentry *brcmuart_debugfs_root;
|
||||
static struct dentry *brcmuart_debugfs_root;
|
||||
|
||||
/*
|
||||
* Register access routines
|
||||
|
||||
Reference in New Issue
Block a user