commit | 05eab4f328bb127de37c1d619013c340cc5aaf39 | [log] [tgz] |
---|---|---|
author | Jason Yan <yanaijie@huawei.com> | Wed Apr 15 16:42:26 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 16 13:52:31 2020 -0700 |
tree | e0e922748553700b6dad1dbdc11c6176bf4344f1 | |
parent | 806fd188ce2a4f8b587e83e73c478e6484fbfa55 [diff] |
mISDN: make dmril and dmrim static Fix the following sparse warning: drivers/isdn/hardware/mISDN/mISDNisar.c:746:12: warning: symbol 'dmril' was not declared. Should it be static? drivers/isdn/hardware/mISDN/mISDNisar.c:749:12: warning: symbol 'dmrim' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>