Skip to content

Commit

Permalink
usb: chipidea: imx: delete the dead code
Browse files Browse the repository at this point in the history
Remove an unused macro leftover from the old initialization code.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Peter Chen authored and Greg Kroah-Hartman committed Aug 14, 2013
1 parent 03779f0 commit 9d84d55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/usb/chipidea/ci_hdrc_imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
#include "ci.h"
#include "ci_hdrc_imx.h"

#define pdev_to_phy(pdev) \
((struct usb_phy *)platform_get_drvdata(pdev))

struct ci_hdrc_imx_data {
struct usb_phy *phy;
struct platform_device *ci_pdev;
Expand Down

0 comments on commit 9d84d55

Please sign in to comment.