lkml.org 
[lkml]   [2011]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 105/117] Staging: hv: storvsc: Make some non static functions, static functions
    Date
    Make some non static functions, static functions.

    Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
    Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
    ---
    drivers/staging/hv/storvsc_drv.c | 6 +++---
    1 files changed, 3 insertions(+), 3 deletions(-)

    diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c
    index 02f9c1e..a1e8d6a 100644
    --- a/drivers/staging/hv/storvsc_drv.c
    +++ b/drivers/staging/hv/storvsc_drv.c
    @@ -645,7 +645,7 @@ static int storvsc_connect_to_vsp(struct hv_device *device, u32 ring_size)
    return ret;
    }

    -int storvsc_dev_add(struct hv_device *device,
    +static int storvsc_dev_add(struct hv_device *device,
    void *additional_info)
    {
    struct storvsc_device *stor_device;
    @@ -680,7 +680,7 @@ int storvsc_dev_add(struct hv_device *device,
    return ret;
    }

    -int storvsc_dev_remove(struct hv_device *device)
    +static int storvsc_dev_remove(struct hv_device *device)
    {
    struct storvsc_device *stor_device;
    unsigned long flags;
    @@ -714,7 +714,7 @@ int storvsc_dev_remove(struct hv_device *device)
    return 0;
    }

    -int storvsc_do_io(struct hv_device *device,
    +static int storvsc_do_io(struct hv_device *device,
    struct hv_storvsc_request *request)
    {
    struct storvsc_device *stor_device;
    --
    1.7.4.1


    \
     
     \ /
      Last update: 2011-07-15 19:33    [W:4.224 / U:0.132 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site