Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130307
b: refs/heads/master
c: 10b4ead
h: refs/heads/master
i:
  130305: 50b4f01
  130303: 28db0b7
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jan 28, 2009
1 parent 6f6fba6 commit 71d23f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 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: 2bf5fa13fc8e34d7b86307b99f64a24cb7a83852
refs/heads/master: 10b4eadef140b09baf8b9ec1df37185e69773275
13 changes: 4 additions & 9 deletions trunk/drivers/usb/musb/davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@
#include <linux/io.h>
#include <linux/gpio.h>

#include <mach/arch/hardware.h>
#include <mach/arch/memory.h>
#include <mach/arch/gpio.h>
#include <mach/hardware.h>
#include <mach/memory.h>
#include <mach/gpio.h>

#include <asm/mach-types.h>

#include "musb_core.h"
Expand Down Expand Up @@ -370,12 +371,6 @@ int musb_platform_set_mode(struct musb *musb, u8 mode)
return -EIO;
}

int musb_platform_set_mode(struct musb *musb, u8 mode)
{
/* EVM can't do this (right?) */
return -EIO;
}

int __init musb_platform_init(struct musb *musb)
{
void __iomem *tibase = musb->ctrl_base;
Expand Down

0 comments on commit 71d23f6

Please sign in to comment.