]> Git Repo - u-boot.git/commit
ARM: uniphier: remove #include <net.h> again from micro-support-card.c
authorMasahiro Yamada <[email protected]>
Wed, 20 May 2020 03:31:24 +0000 (12:31 +0900)
committerMasahiro Yamada <[email protected]>
Fri, 22 May 2020 02:21:06 +0000 (11:21 +0900)
commite6396fcab2aedaf3f6e8f84d871879f773c49587
tree81a5279e277adde68b02a19279db81c20215033d
parentf49049a8ec46ff00ddd8f023bf0b5935b5317865
ARM: uniphier: remove #include <net.h> again from micro-support-card.c

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 <[email protected]>
arch/arm/mach-uniphier/micro-support-card.c
This page took 0.034464 seconds and 4 git commands to generate.