Skip to content

Commit

Permalink
net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUT
Browse files Browse the repository at this point in the history
This was added in commit ce973b1 ("[PATCH] Freescale QE UCC gigabit
ethernet driver") but doesn't appear to have been used. Remove it now.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Link: https://lore.kernel.org/r/20201130001010.28998-1-chris.packham@alliedtelesis.co.nz
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Chris Packham authored and Jakub Kicinski committed Dec 2, 2020
1 parent c214550 commit 2bf7d37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/freescale/ucc_geth.h
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ struct ucc_geth_hardware_statistics {
addresses */

#define TX_TIMEOUT (1*HZ)
#define SKB_ALLOC_TIMEOUT 100000
#define PHY_INIT_TIMEOUT 100000
#define PHY_CHANGE_TIME 2

Expand Down

0 comments on commit 2bf7d37

Please sign in to comment.