1. 07 10月, 2016 2 次提交
  2. 03 10月, 2016 1 次提交
    • B
      net: ethernet: mediatek: mark symbols static where possible · 3a82e78c
      Baoyou Xie 提交于
      We get 2 warnings when building kernel with W=1:
      drivers/net/ethernet/mediatek/mtk_eth_soc.c:2041:5: warning: no previous prototype for 'mtk_get_link_ksettings' [-Wmissing-prototypes]
      drivers/net/ethernet/mediatek/mtk_eth_soc.c:2052:5: warning: no previous prototype for 'mtk_set_link_ksettings' [-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: NBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3a82e78c
  3. 27 9月, 2016 2 次提交
  4. 22 9月, 2016 7 次提交
  5. 21 9月, 2016 1 次提交
  6. 19 9月, 2016 2 次提交
  7. 16 9月, 2016 8 次提交
  8. 07 9月, 2016 2 次提交
  9. 01 9月, 2016 10 次提交
  10. 27 8月, 2016 2 次提交
  11. 16 8月, 2016 3 次提交