From 135d23d66c53ade614c288d422f4c4b3205eb201 Mon Sep 17 00:00:00 2001 From: Wang Shaoyan Date: Fri, 8 Jul 2011 03:01:43 +0000 Subject: ATM: Delete no use FILL_RX_POOLS_IN_BH marco The macro FILL_RX_POOLS_IN_BH is never been used, in order to avoid the compiler reports error because of the usage of function INIT_WORK, we just delete the marco. Cc: Chas Williams Cc: linux-atm-general@lists.sourceforge.net Signed-off-by: Wang Shaoyan Signed-off-by: David S. Miller --- drivers/atm/ambassador.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/atm/ambassador.h') diff --git a/drivers/atm/ambassador.h b/drivers/atm/ambassador.h index bd1c46a7ef49..aa9710556bd6 100644 --- a/drivers/atm/ambassador.h +++ b/drivers/atm/ambassador.h @@ -630,10 +630,6 @@ struct amb_dev { u32 iobase; u32 * membase; -#ifdef FILL_RX_POOLS_IN_BH - struct work_struct bh; -#endif - amb_cq cq; amb_txq txq; amb_rxq rxq[NUM_RX_POOLS]; -- cgit v1.2.3