Re: linux-next: build warning after merge of the vfs tree

From: Christoph Hellwig
Date: Thu May 17 2018 - 01:39:35 EST


On Thu, May 17, 2018 at 10:39:32AM +1000, Stephen Rothwell wrote:
> Hi Al,
>
> After merging the vfs tree, today's linux-next build (x86_64 allmodconfig)
> produced this warning:
>
> drivers/isdn/gigaset/capi.c:2344:14: warning: 'gigaset_procinfo' defined but not used [-Wunused-function]
> static char *gigaset_procinfo(struct capi_ctr *ctr)

The assignment for it was incorrectly removed. I'll send a set of fixes
to Al.