mv643xx_eth: fix NETPOLL build
authorLennert Buytenhek <buytenh@wantstofly.org>
Sun, 6 Jul 2008 22:03:00 +0000 (00:03 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 22 Jul 2008 23:56:37 +0000 (19:56 -0400)
commitf2ca60f2067958e45f949e74abd580715c6c4b33
tree638707f6dab83127d01bb716bfaa7d77ff056f2e
parent3d4634193aa95a6d04a786fc12b190d0e4295685
mv643xx_eth: fix NETPOLL build

Joseph Fannin <jfannin@gmail.com> and Takashi Iwai <tiwai@suse.de>
noticed that commit 073a345c04b01da0cc5b79ac7be0c7c8b1691ef5
("mv643xx_eth: clarify irq masking and unmasking") broke the
mv643xx_eth build when NETPOLL is enabled, due to it not renaming
one instance of INT_CAUSE_EXT in mv643xx_eth_netpoll().  This patch
takes care of that instance as well.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Cc: Dale Farnsworth <dale@farnsworth.org>
Cc: Joseph Fannin <jfannin@gmail.com>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/mv643xx_eth.c