Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1487006
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] cxgb4: mark symbols static where possible |
| Date | 2016-09-20 04:00 +0200 |
| Message-ID | <sjivL-4Vq-13@gated-at.bofh.it> (permalink) |
| References | <siGqt-6js-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Baoyou Xie <baoyou.xie@linaro.org> Date: Sun, 18 Sep 2016 17:18:23 +0800 > We get a few warnings when building kernel with W=1: > drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c:178:5: warning: no previous prototype for 'setup_sge_queues_uld' [-Wmissing-prototypes] > drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c:205:6: warning: no previous prototype for 'free_sge_queues_uld' [-Wmissing-prototypes] > .... > > In fact, these functions are only used in the file in which they are > declared and don't need a declaration, but can be made static. > so this patch marks these functions with 'static'. > > Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Does not apply cleanly to net-next, please respin.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] cxgb4: mark symbols static where possible Baoyou Xie <baoyou.xie@linaro.org> - 2016-09-18 11:20 +0200 Re: [PATCH] cxgb4: mark symbols static where possible David Miller <davem@davemloft.net> - 2016-09-20 04:00 +0200
csiph-web