Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364605
b: refs/heads/master
c: 756380e
h: refs/heads/master
i:
  364603: f8a8485
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 9dd4c97 commit 1626484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67d0b500ebbe78e2ca50036721fef530dfd3d9c8
refs/heads/master: 756380e04276c9099f41716d279d24e5847b1030
1 change: 0 additions & 1 deletion trunk/drivers/usb/gadget/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ config USB_RENESAS_USBHS_UDC

config USB_PXA27X
tristate "PXA 27x"
depends on ARCH_PXA && (PXA27x || PXA3xx)
select USB_OTG_UTILS
help
Intel's PXA 27x series XScale ARM v5TE processors include
Expand Down
11 changes: 2 additions & 9 deletions trunk/drivers/usb/gadget/pxa27x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@
#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/prefetch.h>

#include <asm/byteorder.h>
#include <mach/hardware.h>
#include <linux/byteorder/generic.h>
#include <linux/platform_data/pxa2xx_udc.h>

#include <linux/usb.h>
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
#include <mach/udc.h>

#include "pxa27x_udc.h"

Expand Down Expand Up @@ -2624,15 +2622,10 @@ static struct platform_driver udc_driver = {

static int __init udc_init(void)
{
if (!cpu_is_pxa27x() && !cpu_is_pxa3xx())
return -ENODEV;

printk(KERN_INFO "%s: version %s\n", driver_name, DRIVER_VERSION);
return platform_driver_probe(&udc_driver, pxa_udc_probe);
}
module_init(udc_init);


static void __exit udc_exit(void)
{
platform_driver_unregister(&udc_driver);
Expand Down

0 comments on commit 1626484

Please sign in to comment.