Skip to content

Commit

Permalink
USB: otg/ulpi: remove unused macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Igor Grinberg authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent fa345d0 commit 6a5a9a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/otg/ulpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 6a5a9a4

Please sign in to comment.