1. 10 8月, 2017 15 次提交
  2. 09 8月, 2017 1 次提交
  3. 01 8月, 2017 23 次提交
  4. 29 7月, 2017 1 次提交
    • D
      RDMA/hns: fix build regression · ecd840ff
      Doug Ledford 提交于
      The 0day build system flags implicit includes as errors.  A patch from
      Matan Barak to allow hns_roce, an aarch64 specific RDMA driver, to be
      built on other arches, but it resulted in build regressions.  The
      problem is that hns_roce_device.h needs a definition for __raw_writeq
      but did not have an include to provide it.  Add <linux/io.h> as an
      include to resolve the issue.
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      ecd840ff