Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127248
b: refs/heads/master
c: 58e6602
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent b68c242 commit 474a143
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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: 96a274d1da950a96cb31ac1bed044e049d770980
refs/heads/master: 58e660266d92aaa186c3df607c0ee88f18c8f4da
12 changes: 9 additions & 3 deletions trunk/drivers/usb/musb/davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
#include <linux/io.h>
#include <linux/gpio.h>

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

#include "musb_core.h"
Expand Down Expand Up @@ -370,6 +370,12 @@ 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 474a143

Please sign in to comment.