]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteae1e52d485f753df71d9d584aa6dc53a8d8b03e
tree638707f6dab83127d01bb716bfaa7d77ff056f2e
parent0a1089aa6474f0407443579547d5781f617ea474
mv643xx_eth: fix NETPOLL build

Joseph Fannin <jfannin@gmail.com> and Takashi Iwai <tiwai@suse.de>
noticed that commit b10791b5af2758caa4864ad9dc988eb9fe4b11e6
("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