12 lines
449 B
Diff
12 lines
449 B
Diff
--- drivers/usb/gadget/s3c_udc_otg.c.orig 2018-11-17 11:50:35.892335415 +0100
|
|
+++ drivers/usb/gadget/s3c_udc_otg.c 2018-11-17 11:50:39.228397221 +0100
|
|
@@ -68,7 +68,7 @@ static char *state_names[] = {
|
|
struct s3c_udc *the_controller;
|
|
|
|
static const char driver_name[] = "s3c-udc";
|
|
-static const char driver_desc[] = DRIVER_DESC;
|
|
+//static const char driver_desc[] = DRIVER_DESC;
|
|
static const char ep0name[] = "ep0-control";
|
|
|
|
/* Max packet size*/
|