Re: [PATCH] net/faraday: Explicitly include linux/of.h and linux/property.h

2017-04-01 Thread David Miller
From: Mark Brown Date: Thu, 30 Mar 2017 17:00:12 +0100 > 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 incl

Re: [PATCH] net/faraday: Explicitly include linux/of.h and linux/property.h

2017-03-30 Thread Joel Stanley
On Fri, Mar 31, 2017 at 2:30 AM, Mark Brown wrote: > 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.

[PATCH] net/faraday: Explicitly include linux/of.h and linux/property.h

2017-03-30 Thread Mark Brown
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 --- drivers/net/ethernet/farad