summaryrefslogtreecommitdiff
path: root/drivers/atm/ambassador.h
diff options
context:
space:
mode:
authorWang Shaoyan <wangshaoyan.pt@taobao.com>2011-07-08 03:01:43 +0000
committerDavid S. Miller <davem@davemloft.net>2011-07-08 09:06:31 -0700
commit135d23d66c53ade614c288d422f4c4b3205eb201 (patch)
treeb32372abb251da59971576493e5bc24467904060 /drivers/atm/ambassador.h
parent498d8e236304a62a2774d7264bdff2c6e8102b5b (diff)
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 <chas@cmf.nrl.navy.mil> Cc: linux-atm-general@lists.sourceforge.net Signed-off-by: Wang Shaoyan <wangshaoyan.pt@taobao.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/ambassador.h')
-rw-r--r--drivers/atm/ambassador.h4
1 files changed, 0 insertions, 4 deletions
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];