lkml.org 
[lkml]   [2012]   [Jan]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4/4] Staging: android: Fix struct definitioni warning from static to const
    Date
    ---
    drivers/staging/android/ashmem.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c
    index 4a00174a5..9f1f27e 100644
    --- a/drivers/staging/android/ashmem.c
    +++ b/drivers/staging/android/ashmem.c
    @@ -680,7 +680,7 @@ static long ashmem_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
    return ret;
    }

    -const struct file_operations ashmem_fops = {
    +static const struct file_operations ashmem_fops = {
    .owner = THIS_MODULE,
    .open = ashmem_open,
    .release = ashmem_release,
    --
    1.7.5.4


    \
     
     \ /
      Last update: 2012-01-21 03:21    [W:5.387 / U:1.284 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site