diff options
| author | Patrick Delaunay <[email protected]> | 2021-03-30 14:34:50 +0200 |
|---|---|---|
| committer | Ramon Fried <[email protected]> | 2021-07-06 05:22:41 +0300 |
| commit | 036e3622bf8394ff229ea0d348aa9a9a60e2c27a (patch) | |
| tree | 00cddfbed1cb9095ffe3a2b1651e455e7c520a42 | |
| parent | 515ed9df24c91d4447986cf35c249aaf04a71f5a (diff) | |
net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN
Remove the define EQOS_DESCRIPTOR_ALIGN unused since the
commit 6f1e668d964e ("net: dwc_eth_qos: Pad descriptors to cacheline size")
Signed-off-by: Patrick Delaunay <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
| -rw-r--r-- | drivers/net/dwc_eth_qos.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c index b012bed517d..f048e9d5851 100644 --- a/drivers/net/dwc_eth_qos.c +++ b/drivers/net/dwc_eth_qos.c @@ -238,8 +238,6 @@ struct eqos_tegra186_regs { #define EQOS_AUTO_CAL_STATUS_ACTIVE BIT(31) /* Descriptors */ -/* We assume ARCH_DMA_MINALIGN >= 16; 16 is the EQOS HW minimum */ -#define EQOS_DESCRIPTOR_ALIGN ARCH_DMA_MINALIGN #define EQOS_DESCRIPTORS_TX 4 #define EQOS_DESCRIPTORS_RX 4 #define EQOS_DESCRIPTORS_NUM (EQOS_DESCRIPTORS_TX + EQOS_DESCRIPTORS_RX) |
