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

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.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 64b15106
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ struct brcmuart_priv {
	u32		rx_abort;
};

struct dentry *brcmuart_debugfs_root;
static struct dentry *brcmuart_debugfs_root;

/*
 * Register access routines