lkml.org 
[lkml]   [2011]   [Jan]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 26/32] dma40: make d40_log_buf_to_lli static
    Date
    From: Rabin Vincent <rabin.vincent@stericsson.com>

    Acked-by: Per Forlin <per.forlin@stericsson.com>
    Acked-by: Jonas Aaberg <jonas.aberg@stericsson.com>
    Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
    Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
    ---
    drivers/dma/ste_dma40_ll.c | 2 +-
    drivers/dma/ste_dma40_ll.h | 7 -------
    2 files changed, 1 insertions(+), 8 deletions(-)

    diff --git a/drivers/dma/ste_dma40_ll.c b/drivers/dma/ste_dma40_ll.c
    index 509a130..876aad2 100644
    --- a/drivers/dma/ste_dma40_ll.c
    +++ b/drivers/dma/ste_dma40_ll.c
    @@ -363,7 +363,7 @@ static void d40_log_fill_lli(struct d40_log_lli *lli,

    }

    -struct d40_log_lli *d40_log_buf_to_lli(struct d40_log_lli *lli_sg,
    +static struct d40_log_lli *d40_log_buf_to_lli(struct d40_log_lli *lli_sg,
    dma_addr_t addr,
    int size,
    u32 lcsp13, /* src or dst*/
    diff --git a/drivers/dma/ste_dma40_ll.h b/drivers/dma/ste_dma40_ll.h
    index cd94afd..4626c88 100644
    --- a/drivers/dma/ste_dma40_ll.h
    +++ b/drivers/dma/ste_dma40_ll.h
    @@ -313,13 +313,6 @@ int d40_phy_sg_to_lli(struct scatterlist *sg,

    /* Logical channels */

    -struct d40_log_lli *d40_log_buf_to_lli(struct d40_log_lli *lli_sg,
    - dma_addr_t addr,
    - int size,
    - u32 lcsp13, /* src or dst*/
    - u32 data_width1, u32 data_width2,
    - bool addr_inc);
    -
    int d40_log_sg_to_lli(struct scatterlist *sg,
    int sg_len,
    dma_addr_t dev_addr,
    --
    1.7.3.2


    \
     
     \ /
      Last update: 2011-01-25 11:23    [W:3.774 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site