Skip to content

Commit

Permalink
USB: host: Remove dead CONFIG_ARCH_KARO
Browse files Browse the repository at this point in the history
CONFIG_ARCH_KARO doesn't exist in Kconfig and is never defined anywhere
else, therefore removing all references for it from the source code.

Signed-off-by: Christian Dietrich <[email protected]>
Acked-by: Ryan Mallon <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
stettberger authored and gregkh committed Aug 10, 2010
1 parent a7a6b79 commit 10d0ca0
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions 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 10d0ca0

Please sign in to comment.