projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa345d0
)
USB: otg/ulpi: remove unused macro
author
Igor Grinberg
<grinberg@compulab.co.il>
Thu, 15 Jul 2010 13:00:14 +0000
(16:00 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 10 Aug 2010 21:35:40 +0000
(14:35 -0700)
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/otg/ulpi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/otg/ulpi.c
b/drivers/usb/otg/ulpi.c
index 10a1df628f8c3fe33332f71624b11e7270c9a3a7..448d643e72723b85fcdacf6ed6802738ee810e38 100644
(file)
--- a/
drivers/usb/otg/ulpi.c
+++ b/
drivers/usb/otg/ulpi.c
@@
-31,8
+31,6
@@
#define ULPI_ID(vendor, product) (((vendor) << 16) | (product))
-#define TR_FLAG(flags, a, b) (((flags) & a) ? b : 0)
-
/* ULPI hardcoded IDs, used for probing */
static unsigned int ulpi_ids[] = {
ULPI_ID(0x04cc, 0x1504), /* NXP ISP1504 */