]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
net/faraday: Add missing include of of.h
authorAndrew Lunn <andrew@lunn.ch>
Sun, 2 Apr 2017 18:20:47 +0000 (20:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Apr 2017 01:58:08 +0000 (18:58 -0700)
commitd39004ab136ebb6949a7dda9d24376f3d6209295
tree73ea8a386768182a285af9f5748e9362ad04f12e
parentf1fb08f6337ca9e3af371a7994b91a5786ba93f9
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>
drivers/net/ethernet/faraday/ftgmac100.c