]> git.baikalelectronics.ru Git - kernel.git/commit
IB/hns: Explicitly include linux/of.h
authorMark Brown <broonie@kernel.org>
Thu, 30 Mar 2017 14:56:01 +0000 (15:56 +0100)
committerDoug Ledford <dledford@redhat.com>
Wed, 5 Apr 2017 17:45:53 +0000 (13:45 -0400)
commite0c08153991e856f6a8035ae927457c4291d84c1
tree0d231117ec2df3dc0e604292b8437550f933955d
parent8f31a53b60d037caa33f941406f8c7e818333c42
IB/hns: Explicitly include linux/of.h

hns_roce_hw_v1.c uses DT interfaces but relies on implict inclusion of
linux/of.h which means that changes in other headers could break the
build, as happened in -next for arm64 today.  Add an explicit include.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hns/hns_roce_hw_v1.c