Commit b0b07762 authored by Zucheng Zheng's avatar Zucheng Zheng Committed by Greg Kroah-Hartman

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: default avatarZucheng Zheng <zhengzucheng@huawei.com>
Link: https://lore.kernel.org/r/20210401074919.56573-1-zhengzucheng@huawei.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 64b15106
...@@ -239,7 +239,7 @@ struct brcmuart_priv { ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment