kernel/drivers/usb/host/ohci-s3c2410.c
.. .. @@ -293,7 +293,6 @@ 293 293 static void s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc) 294 294 { 295 295 struct s3c2410_hcd_port *port; 296 - struct usb_hcd *hcd;297 296 unsigned long flags; 298 297 int portno; 299 298 .. .. @@ -301,7 +300,6 @@ 301 300 return; 302 301 303 302 port = &info->port[0]; 304 - hcd = info->hcd;305 303 306 304 local_irq_save(flags); 307 305 .. .. @@ -345,7 +343,7 @@ 345 343 return 0; 346 344 } 347 345 348 -/**346 +/*349 347 * ohci_hcd_s3c2410_probe - initialize S3C2410-based HCDs 350 348 * Context: !in_interrupt() 351 349 *