Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208020
b: refs/heads/master
c: 10d0ca0
h: refs/heads/master
v: v3
  • Loading branch information
Christian Dietrich authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent 59dff2d commit 44cfe23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 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: a7a6b79bc5bd5dda9fdd1adb4a342a4c5ee789a8
refs/heads/master: 10d0ca024257c88b28235fcd58577c3eb01b0460
24 changes: 1 addition & 23 deletions trunk/drivers/usb/host/isp1362.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,7 @@
/*
* Platform specific compile time options
*/
#if defined(CONFIG_ARCH_KARO)
#include <asm/arch/hardware.h>
#include <asm/arch/pxa-regs.h>
#include <asm/arch/karo.h>

#define USE_32BIT 1


/* These options are mutually eclusive */
#define USE_PLATFORM_DELAY 1
#define USE_NDELAY 0
/*
* MAX_ROOT_PORTS: Number of downstream ports
*
* The chip has two USB ports, one of which can be configured as
* an USB device port, so the value of this constant is implementation
* specific.
*/
#define MAX_ROOT_PORTS 2
#define DUMMY_DELAY_ACCESS do {} while (0)

/* insert platform specific definitions for other machines here */
#elif defined(CONFIG_BLACKFIN)
#if defined(CONFIG_BLACKFIN)

#include <linux/io.h>
#define USE_32BIT 0
Expand Down

0 comments on commit 44cfe23

Please sign in to comment.