diff options
Diffstat (limited to 'drivers/net/gmac_rockchip.c')
-rw-r--r-- | drivers/net/gmac_rockchip.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/gmac_rockchip.c b/drivers/net/gmac_rockchip.c index e152faf083d..8d95ee15ffd 100644 --- a/drivers/net/gmac_rockchip.c +++ b/drivers/net/gmac_rockchip.c @@ -8,6 +8,8 @@ #include <common.h> #include <dm.h> #include <clk.h> +#include <log.h> +#include <net.h> #include <phy.h> #include <syscon.h> #include <asm/io.h> @@ -24,6 +26,7 @@ #include <asm/arch-rockchip/grf_rv1108.h> #include <dm/pinctrl.h> #include <dt-bindings/clock/rk3288-cru.h> +#include <linux/bitops.h> #include "designware.h" DECLARE_GLOBAL_DATA_PTR; |