X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fusb%2Fusb-skeleton.c;h=61522787f39cdd4f2fbfd99d7467be4c62757031;hb=c43a7523470dc2d9947fa114a0b54317975d4c04;hp=b1e579c5c97cbb90bc19be3619d41aaee1f8e6f4;hpb=30a0f5e1fb510f17c25ff159a9fffbe01ae0f34e;p=profile%2Fivi%2Fkernel-x86-ivi.git diff --git a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c index b1e579c..6152278 100644 --- a/drivers/usb/usb-skeleton.c +++ b/drivers/usb/usb-skeleton.c @@ -28,7 +28,7 @@ #define USB_SKEL_PRODUCT_ID 0xfff0 /* table of devices that work with this driver */ -static struct usb_device_id skel_table[] = { +static const struct usb_device_id skel_table[] = { { USB_DEVICE(USB_SKEL_VENDOR_ID, USB_SKEL_PRODUCT_ID) }, { } /* Terminating entry */ };