diff options
author | Felipe Balbi <balbi@ti.com> | 2015-01-16 17:11:12 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-18 07:07:29 +0100 |
commit | c03abd84634dca47476565f7608fea02408c5882 (patch) | |
tree | ddf7a79d35cf2db1dda075f90a5ab1a62cda284a /drivers/net/ethernet/rocker | |
parent | net: ethernet: cpsw: unroll IRQ request loop (diff) | |
download | linux-c03abd84634dca47476565f7608fea02408c5882.tar.xz linux-c03abd84634dca47476565f7608fea02408c5882.zip |
net: ethernet: cpsw: don't requests IRQs we don't use
CPSW never uses RX_THRESHOLD or MISC interrupts. In
fact, they are always kept masked in their appropriate
IRQ Enable register.
Instead of allocating an IRQ that never fires, it's best
to remove that code altogether and let future patches
implement it if anybody needs those.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/rocker')
0 files changed, 0 insertions, 0 deletions