Merge "mhi: dev: netdev: make chaining debugfs function static"

This commit is contained in:
qctecmdr 2019-09-04 23:38:18 -07:00 committed by Gerrit - the friendly Code Review server
commit 7ea0a9b8e4

View File

@ -866,7 +866,7 @@ static const struct file_operations debugfs_stats = {
.read = seq_read,
};
int mhi_netdev_debugfs_chain(void *data, u64 val)
static int mhi_netdev_debugfs_chain(void *data, u64 val)
{
struct mhi_netdev *mhi_netdev = data;
struct mhi_netdev *rsc_dev = mhi_netdev->rsc_dev;