cs89x0: fix warning release_irq label
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Mon, 25 Aug 2008 14:37:36 +0000 (23:37 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 24 Sep 2008 22:49:04 +0000 (18:49 -0400)
commit52845c3fd80c09f8ceac54513ae9cffac219cff7
treec6428acab931f4d4dbca02d1db77a4c5c8098226
parente57b641dfafc10ce23d26cf271fd2638589fdb3f
cs89x0: fix warning release_irq label

release_irq label is only used when ALLOW_DMA is defined.

drivers/net/cs89x0.c: In function 'net_open':
drivers/net/cs89x0.c:1401: warning: label 'release_irq' defined but not used

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/cs89x0.c