From: Felipe Balbi Date: Fri, 16 Jan 2015 16:11:12 +0000 (-0600) Subject: net: ethernet: cpsw: don't requests IRQs we don't use X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03abd84634dca47476565f7608fea02408c5882;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed