Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7d1f8db40bf72ae8bdc62bbf479d5cdf9cb9f921
Commit:     7d1f8db40bf72ae8bdc62bbf479d5cdf9cb9f921
Parent:     a5929af4075c2ccd08aef7ca95a41f2a2abb3e47
Author:     Jorge Boncompte <[EMAIL PROTECTED]>
AuthorDate: Sun Dec 30 23:20:08 2007 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:00:15 2008 -0800

    [ATM]: [he] fixing compilation when you define USE_RBPS_POOL/USE_RBPL_POOL
    
    Signed-off-by: Jorge Boncompte <[EMAIL PROTECTED]>
    Signed-off-by: Chas Williams <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 drivers/atm/he.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/atm/he.c b/drivers/atm/he.c
index 325344b..2e3395b 100644
--- a/drivers/atm/he.c
+++ b/drivers/atm/he.c
@@ -1637,6 +1637,8 @@ he_stop(struct he_dev *he_dev)
 
        if (he_dev->rbpl_base) {
 #ifdef USE_RBPL_POOL
+               int i;
+
                for (i = 0; i < CONFIG_RBPL_SIZE; ++i) {
                        void *cpuaddr = he_dev->rbpl_virt[i].virt;
                        dma_addr_t dma_handle = he_dev->rbpl_base[i].phys;
@@ -1659,6 +1661,8 @@ he_stop(struct he_dev *he_dev)
 #ifdef USE_RBPS
        if (he_dev->rbps_base) {
 #ifdef USE_RBPS_POOL
+               int i;
+
                for (i = 0; i < CONFIG_RBPS_SIZE; ++i) {
                        void *cpuaddr = he_dev->rbps_virt[i].virt;
                        dma_addr_t dma_handle = he_dev->rbps_base[i].phys;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to