diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2012-05-11 10:25:52 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-11 19:54:11 -0400 |
commit | f7daaa2d6e84f7be1e302d7bcba4f5f11567eddb (patch) | |
tree | 19d5100f0bf81623f8f509d7d860030171f01bbb /drivers/usb/chipidea | |
parent | cac0961474741a98b61e11e05e1388e6bc16744e (diff) |
usb: chipidea: drop unused msm register definitions
These definitions are unused, and the same registers are also defined
in <linux/usb/msm_hsusb_hw.h>.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/chipidea')
-rw-r--r-- | drivers/usb/chipidea/core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index 2342f35c807..52a1b45431d 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c | |||
@@ -72,9 +72,6 @@ | |||
72 | #include "bits.h" | 72 | #include "bits.h" |
73 | #include "debug.h" | 73 | #include "debug.h" |
74 | 74 | ||
75 | /* MSM specific */ | ||
76 | #define ABS_AHBBURST (0x0090UL) | ||
77 | #define ABS_AHBMODE (0x0098UL) | ||
78 | /* Controller register map */ | 75 | /* Controller register map */ |
79 | static uintptr_t ci_regs_nolpm[] = { | 76 | static uintptr_t ci_regs_nolpm[] = { |
80 | [CAP_CAPLENGTH] = 0x000UL, | 77 | [CAP_CAPLENGTH] = 0x000UL, |