lkml.org 
[lkml]   [2011]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 06/13] usb: storage: isd200: fix sparse warning
    Date
    Fix the following sparse warning:

    | drivers/usb/storage/freecom.c:122:22: warning: symbol
    | 'freecom_usb_ids' was not declared. Should it
    | be static?

    Signed-off-by: Felipe Balbi <balbi@ti.com>
    ---
    drivers/usb/storage/isd200.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c
    index ffc4193..7b81303 100644
    --- a/drivers/usb/storage/isd200.c
    +++ b/drivers/usb/storage/isd200.c
    @@ -76,7 +76,7 @@ static int isd200_Initialization(struct us_data *us);
    { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
    .driver_info = (flags)|(USB_US_TYPE_STOR<<24) }

    -struct usb_device_id isd200_usb_ids[] = {
    +static struct usb_device_id isd200_usb_ids[] = {
    # include "unusual_isd200.h"
    { } /* Terminating entry */
    };
    --
    1.7.8.rc0


    \
     
     \ /
      Last update: 2011-11-15 08:57    [W:2.392 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site