mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
ARM: uniphier: remove #include <net.h> again from micro-support-card.c
I do not understand the changes made to this file by commit90526e9fba
("common: Drop net.h from common header"). git show90526e9fba
-- 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>
This commit is contained in:
parent
f49049a8ec
commit
e6396fcab2
1 changed files with 1 additions and 2 deletions
|
@ -6,10 +6,9 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm/of.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>
|
||||
|
|
Loading…
Reference in a new issue