Commit 9d84d551 authored by Peter Chen's avatar Peter Chen Committed by Greg Kroah-Hartman

usb: chipidea: imx: delete the dead code

Remove an unused macro leftover from the old initialization code.
Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
Signed-off-by: default avatarAlexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 03779f05
...@@ -24,9 +24,6 @@ ...@@ -24,9 +24,6 @@
#include "ci.h" #include "ci.h"
#include "ci_hdrc_imx.h" #include "ci_hdrc_imx.h"
#define pdev_to_phy(pdev) \
((struct usb_phy *)platform_get_drvdata(pdev))
struct ci_hdrc_imx_data { struct ci_hdrc_imx_data {
struct usb_phy *phy; struct usb_phy *phy;
struct platform_device *ci_pdev; struct platform_device *ci_pdev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment