commit | ecd840ff9b793ac60e3e6658414525535349a17b | [log] [tgz] |
---|---|---|
author | Doug Ledford <dledford@redhat.com> | Fri Jul 28 15:17:18 2017 -0400 |
committer | Doug Ledford <dledford@redhat.com> | Fri Jul 28 15:17:18 2017 -0400 |
tree | 1d1e0301de74ff28c691f3e293a854643277687b | |
parent | d1d71499a65f8d0c7aa776aa70c56974ead45e56 [diff] |
RDMA/hns: fix build regression 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: Doug Ledford <dledford@redhat.com>