diff options
author | 2012-09-14 11:35:16 -0600 | |
---|---|---|
committer | 2012-09-14 11:35:16 -0600 | |
commit | fef40b2369a4ececa16b4d02b625e45252fe5d0a (patch) | |
tree | 22445e45f0882630e410b89e2a26fd3e9ba9c30b /drivers/usb/musb/am35x.c | |
parent | Merge branch 'for-3.7/common-clk' into for-3.7/cleanup2 (diff) | |
parent | usb: otg: mxs-phy: Fix mx23 operation (diff) | |
download | linux-dev-fef40b2369a4ececa16b4d02b625e45252fe5d0a.tar.xz linux-dev-fef40b2369a4ececa16b4d02b625e45252fe5d0a.zip |
Merge commit 'xceiv-for-v3.7' into for-3.7/cleanup2
Diffstat (limited to 'drivers/usb/musb/am35x.c')
-rw-r--r-- | drivers/usb/musb/am35x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb/am35x.c b/drivers/usb/musb/am35x.c index 7a95ab87ac00..5d64c5b5ef52 100644 --- a/drivers/usb/musb/am35x.c +++ b/drivers/usb/musb/am35x.c @@ -33,6 +33,7 @@ #include <linux/io.h> #include <linux/platform_device.h> #include <linux/dma-mapping.h> +#include <linux/usb/nop-usb-xceiv.h> #include <plat/usb.h> |