]> git.baikalelectronics.ru Git - kernel.git/commit
net/faraday: Explicitly include linux/of.h and linux/property.h
authorMark Brown <broonie@kernel.org>
Thu, 30 Mar 2017 16:00:12 +0000 (17:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Apr 2017 19:14:00 +0000 (12:14 -0700)
commit6347f89e3e01f5b36660cf90cee89a6bc2712db2
tree8c7e9a93dc568e4e3d088bf464f6910081399344
parent6b38d625f122616f6c1307b949b3538f5813b9f0
net/faraday: Explicitly include linux/of.h and linux/property.h

This driver uses interfaces from linux/of.h and linux/property.h but
relies on implict inclusion of those headers which means that changes in
other headers could break the build, as happened in -next for arm today.
Add a explicit includes.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/faraday/ftgmac100.c