mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00: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:
parent
64b1510642
commit
b0b07762bf
@ -239,7 +239,7 @@ struct brcmuart_priv {
|
|||||||
u32 rx_abort;
|
u32 rx_abort;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct dentry *brcmuart_debugfs_root;
|
static struct dentry *brcmuart_debugfs_root;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Register access routines
|
* Register access routines
|
||||||
|
Loading…
Reference in New Issue
Block a user