summaryrefslogtreecommitdiff
path: root/staging/cdp.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-29 19:55:14 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-29 19:55:14 +0200
commitf9d5a908d3e80f8007c4fd64060a78abd4264aeb (patch)
tree071620c979024eb868af6959e8eef04569a2106b /staging/cdp.c
parenteaffb9259e7c16ec610cbb5e2f9b0db869203a60 (diff)
make: allow to append CFLAGS in addition to overwrite
This is needed for distribution packaging purposes. Also remove the warning, because -I/-L paths for nacl could be defined via cmdline as well. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'staging/cdp.c')
0 files changed, 0 insertions, 0 deletions
for 'enable_rx_uld' [-Wmissing-prototypes] drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c:442:6: warning: no previous prototype for 'quiesce_rx_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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat