Commit 3d58697d authored by Huifeng Zhang's avatar Huifeng Zhang Committed by Carles Cufi
Browse files

drivers: phy_mii: Remove the unneeded header file



Remove the 'soc.h' to fix the compiling error as the 'phy_mii.c'
doesn't need it.

Signed-off-by: default avatarHuifeng Zhang <Huifeng.Zhang@arm.com>
parent 08ece57b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <zephyr/kernel.h>
#include <soc.h>
#include <zephyr/drivers/mdio.h>
#include <zephyr/net/phy.h>
#include <zephyr/net/mii.h>