Re: [PATCH v3] mISDN: mark symbols static where possible

2016-09-01 Thread David Miller
From: Baoyou Xie Date: Thu, 1 Sep 2016 14:16:24 +0800 > We get a few warnings when building kernel with W=1: > drivers/isdn/hardware/mISDN/hfcmulti.c:568:1: warning: no previous > declaration for 'enablepcibridge' [-Wmissing-declarations] > drivers/isdn/hardware/mISDN/hfcmulti.c:574:1: warning:

Re: [PATCH v3] mISDN: mark symbols static where possible

2016-09-01 Thread Arnd Bergmann
On Thursday, September 1, 2016 2:16:24 PM CEST Baoyou Xie wrote: > We get a few warnings when building kernel with W=1: > drivers/isdn/hardware/mISDN/hfcmulti.c:568:1: warning: no previous > declaration for 'enablepcibridge' [-Wmissing-declarations] > drivers/isdn/hardware/mISDN/hfcmulti.c:574:1:

[PATCH v3] mISDN: mark symbols static where possible

2016-08-31 Thread Baoyou Xie
We get a few warnings when building kernel with W=1: drivers/isdn/hardware/mISDN/hfcmulti.c:568:1: warning: no previous declaration for 'enablepcibridge' [-Wmissing-declarations] drivers/isdn/hardware/mISDN/hfcmulti.c:574:1: warning: no previous declaration for 'disablepcibridge' [-Wmissing-decla