summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/stmmac.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
index b96ae9dadfab..2fc169c7117e 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -97,8 +97,8 @@ struct stmmac_dma_cfg {
int txpbl;
int rxpbl;
bool pblx8;
- int fixed_burst;
- int mixed_burst;
+ bool fixed_burst;
+ bool mixed_burst;
bool aal;
bool eame;
bool multi_msi_en;
@@ -225,7 +225,6 @@ struct plat_stmmacenet_data {
phy_interface_t phy_interface;
struct stmmac_mdio_bus_data *mdio_bus_data;
struct device_node *phy_node;
- struct fwnode_handle *port_node;
struct device_node *mdio_node;
struct stmmac_dma_cfg *dma_cfg;
struct stmmac_safety_feature_cfg *safety_feat_cfg;