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)
commit3af887c38f1ae0db66c00c4ee2e8a0b1e99ffc29
tree8c7e9a93dc568e4e3d088bf464f6910081399344
parentb917078c1c107ce34264af893e436e6115eeb9f6
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