diff options
author | Wong Vee Khee <veekhee@apple.com> | 2022-08-17 14:43:24 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-08-17 20:40:52 -0700 |
commit | e34cfee65ec891a319ce79797dda18083af33a76 (patch) | |
tree | 70072eabc98ad5f54ffd36a51fff5de85628f5d3 /include/linux/stmmac.h | |
parent | 3f5f728a7296b5d5b87117d85d3020cc9640f6dd (diff) |
stmmac: intel: remove unused 'has_crossts' flag
The 'has_crossts' flag was not used anywhere in the stmmac driver,
removing it from both header file and dwmac-intel driver.
Signed-off-by: Wong Vee Khee <veekhee@apple.com>
Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de>
Link: https://lore.kernel.org/r/20220817064324.10025-1-veekhee@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/stmmac.h')
-rw-r--r-- | include/linux/stmmac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index 8df475db88c0..fb2e88614f5d 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h @@ -257,7 +257,6 @@ struct plat_stmmacenet_data { u8 vlan_fail_q; unsigned int eee_usecs_rate; struct pci_dev *pdev; - bool has_crossts; int int_snapshot_num; int ext_snapshot_num; bool int_snapshot_en; |