ARM: uniphier: remove #include <net.h> again from micro-support-card.c
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 20 May 2020 03:31:24 +0000 (12:31 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 May 2020 02:21:06 +0000 (11:21 +0900)
I do not understand the changes made to this file by
commit 90526e9fbac4 ("common: Drop net.h from common header").

  git show 90526e9fbac4 -- arch/arm/mach-uniphier/micro-support-card.c

The necessary declaration is already included by <netdev.h> at line 112.
It also moved the <dm/of.h> inclusion, but I do not understand the
motivation of doing so, either.

Simply revert the changes made to this file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/micro-support-card.c

index 18435dc361e30ee02a72be1aa07d111867b20355..d23c0bd12927cbe4aecee5955f8f455b01a3bd78 100644 (file)
@@ -6,10 +6,9 @@
  */
 
 #include <common.h>
  */
 
 #include <common.h>
+#include <dm/of.h>
 #include <fdt_support.h>
 #include <log.h>
 #include <fdt_support.h>
 #include <log.h>
-#include <net.h>
-#include <dm/of.h>
 #include <linux/ctype.h>
 #include <linux/delay.h>
 #include <linux/io.h>
 #include <linux/ctype.h>
 #include <linux/delay.h>
 #include <linux/io.h>