net: dwc_eth_qos: Fix compile error for gpio
Signed-off-by: David Wu <david.wu@rock-chips.com> Change-Id: Ife092cc2aca2c359fc465058e44ca645afbc8114
This commit is contained in:
parent
dcfb333ad8
commit
63a2faadfe
|
|
@ -38,7 +38,6 @@
|
|||
#include <phy.h>
|
||||
#include <reset.h>
|
||||
#include <wait_bit.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/io.h>
|
||||
#include <eth_phy.h>
|
||||
#ifdef CONFIG_ARCH_IMX8M
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#ifndef _DWC_ETH_QOS_H
|
||||
#define _DWC_ETH_QOS_H
|
||||
|
||||
#include <asm/gpio.h>
|
||||
#include <reset.h>
|
||||
|
||||
#define EQOS_MAC_RXQ_CTRL0_RXQ0EN_NOT_ENABLED 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue