commit | d39004ab136ebb6949a7dda9d24376f3d6209295 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sun Apr 02 20:20:47 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 03 18:58:08 2017 -0700 |
tree | 73ea8a386768182a285af9f5748e9362ad04f12e | |
parent | f1fb08f6337ca9e3af371a7994b91a5786ba93f9 [diff] |
net/faraday: Add missing include of of.h Breaking the include loop netdevice.h, dsa.h, devlink.h broke this driver, it depends on includes brought in by these headers. Adding linux/of.h fixes it. Fixes: ed0e39e97d34 ("net: break include loop netdevice.h, dsa.h, devlink.h") Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>