1. 15 12月, 2016 3 次提交
  2. 01 12月, 2016 1 次提交
  3. 19 11月, 2016 1 次提交
  4. 28 9月, 2016 1 次提交
  5. 19 9月, 2016 1 次提交
  6. 26 7月, 2016 3 次提交
  7. 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
  8. 15 10月, 2015 1 次提交
  9. 25 5月, 2015 4 次提交
  10. 16 1月, 2015 1 次提交
  11. 13 1月, 2015 2 次提交
  12. 13 12月, 2014 6 次提交
  13. 24 11月, 2014 2 次提交
  14. 20 11月, 2014 1 次提交
  15. 14 11月, 2014 1 次提交
  16. 11 11月, 2014 1 次提交
  17. 10 11月, 2014 1 次提交
  18. 16 10月, 2014 1 次提交
  19. 15 10月, 2014 3 次提交
  20. 02 10月, 2014 1 次提交
  21. 22 9月, 2014 1 次提交
  22. 06 8月, 2014 1 次提交
  23. 03 8月, 2014 1 次提交
  24. 20 7月, 2014 1 次提交