Re: [PATCH] mISDN: make dmril and dmrim static

From: David Miller
Date: Thu Apr 16 2020 - 16:52:54 EST


From: Jason Yan <yanaijie@xxxxxxxxxx>
Date: Wed, 15 Apr 2020 16:42:26 +0800

> 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@xxxxxxxxxx>
> Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx>

Applied, thank you.