1. 15 12月, 2016 3 次提交
  2. 01 12月, 2016 1 次提交
  3. 19 11月, 2016 1 次提交
  4. 09 11月, 2016 1 次提交
  5. 28 9月, 2016 1 次提交
  6. 19 9月, 2016 1 次提交
  7. 26 7月, 2016 5 次提交
  8. 26 4月, 2016 1 次提交
  9. 22 3月, 2016 2 次提交
  10. 05 3月, 2016 1 次提交
    • N
      cxgb4i: don't redefine DIV_ROUND_UP · 28466e0f
      Nicolas Dichtel 提交于
      let's use the common definition to avoid the following warning during the
      compilation:
      
      drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:161:0: warning: "DIV_ROUND_UP" redefined
       #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
       ^
      In file included from include/linux/list.h:8:0,
                       from include/linux/module.h:9,
                       from drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:16:
      include/linux/kernel.h:67:0: note: this is the location of the previous definition
       #define DIV_ROUND_UP __KERNEL_DIV_ROUND_UP
       ^
      Signed-off-by: NNicolas Dichtel <nicolas.dichtel@6wind.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      28466e0f
  11. 09 1月, 2016 1 次提交
  12. 10 11月, 2015 1 次提交
  13. 15 10月, 2015 1 次提交
  14. 01 7月, 2015 1 次提交
  15. 26 5月, 2015 1 次提交
  16. 25 5月, 2015 4 次提交
  17. 16 1月, 2015 1 次提交
  18. 13 1月, 2015 2 次提交
  19. 13 12月, 2014 7 次提交
  20. 24 11月, 2014 2 次提交
  21. 20 11月, 2014 1 次提交
  22. 14 11月, 2014 1 次提交