diff options
author | Peter Chen <peter.chen@freescale.com> | 2013-08-14 05:43:57 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-14 15:34:15 -0400 |
commit | 9d84d551169ae24830f7f47a04f57736805dae92 (patch) | |
tree | f3901486a3e27a01c1211f99340fdad7ea76b68b | |
parent | 03779f05be6dfc48de99763f6c845a003e1e40f3 (diff) |
usb: chipidea: imx: delete the dead code
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>
-rw-r--r-- | drivers/usb/chipidea/ci_hdrc_imx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/chipidea/ci_hdrc_imx.c b/drivers/usb/chipidea/ci_hdrc_imx.c index 06bc77554ec6..a9a3bcf99dbf 100644 --- a/drivers/usb/chipidea/ci_hdrc_imx.c +++ b/drivers/usb/chipidea/ci_hdrc_imx.c | |||
@@ -24,9 +24,6 @@ | |||
24 | #include "ci.h" | 24 | #include "ci.h" |
25 | #include "ci_hdrc_imx.h" | 25 | #include "ci_hdrc_imx.h" |
26 | 26 | ||
27 | #define pdev_to_phy(pdev) \ | ||
28 | ((struct usb_phy *)platform_get_drvdata(pdev)) | ||
29 | |||
30 | struct ci_hdrc_imx_data { | 27 | struct ci_hdrc_imx_data { |
31 | struct usb_phy *phy; | 28 | struct usb_phy *phy; |
32 | struct platform_device *ci_pdev; | 29 | struct platform_device *ci_pdev; |