Commit 9f1a1fca35066117353994bff80a5115cddad7a2

Authored by Michal Simek
Committed by Grant Likely
1 parent 8944f4f3d9

of: Fix missing includes - ll_temac

It is the next patch which is fixing missing header
which were removed from prom.h.

Related patches:
"of/address: Clean up function declarations" (sha1 id 22ae782f8)
"of: Fix missing includes" (sha1 id f1ca09b2b)

Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

drivers/net/ll_temac_main.c
... ... @@ -38,6 +38,7 @@
38 38 #include <linux/of_device.h>
39 39 #include <linux/of_mdio.h>
40 40 #include <linux/of_platform.h>
  41 +#include <linux/of_address.h>
41 42 #include <linux/skbuff.h>
42 43 #include <linux/spinlock.h>
43 44 #include <linux/tcp.h> /* needed for sizeof(tcphdr) */
drivers/net/ll_temac_mdio.c
... ... @@ -10,6 +10,7 @@
10 10 #include <linux/phy.h>
11 11 #include <linux/of.h>
12 12 #include <linux/of_device.h>
  13 +#include <linux/of_address.h>
13 14 #include <linux/slab.h>
14 15 #include <linux/of_mdio.h>
15 16