diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-03-29 05:52:48 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-29 06:03:01 -0400 |
commit | 04e163794b07bbbd581604bed57ff876e835fd51 (patch) | |
tree | dd5f72c50d1c06a80e84f0200c57cb42fc0b237f | |
parent | 274a1874bd7966eeb80b1a217b4e627e45c5fc73 (diff) |
usb: chipidea: imx: Cleanup ci_hdrc_imx_platform_flag
Some trivial cleanups, that do not change functionality.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/chipidea/ci_hdrc_imx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/chipidea/ci_hdrc_imx.c b/drivers/usb/chipidea/ci_hdrc_imx.c index 3b45c25f296e..de155c80eb70 100644 --- a/drivers/usb/chipidea/ci_hdrc_imx.c +++ b/drivers/usb/chipidea/ci_hdrc_imx.c | |||
@@ -20,7 +20,6 @@ | |||
20 | 20 | ||
21 | struct ci_hdrc_imx_platform_flag { | 21 | struct ci_hdrc_imx_platform_flag { |
22 | unsigned int flags; | 22 | unsigned int flags; |
23 | bool runtime_pm; | ||
24 | }; | 23 | }; |
25 | 24 | ||
26 | static const struct ci_hdrc_imx_platform_flag imx23_usb_data = { | 25 | static const struct ci_hdrc_imx_platform_flag imx23_usb_data = { |
@@ -29,7 +28,7 @@ static const struct ci_hdrc_imx_platform_flag imx23_usb_data = { | |||
29 | }; | 28 | }; |
30 | 29 | ||
31 | static const struct ci_hdrc_imx_platform_flag imx27_usb_data = { | 30 | static const struct ci_hdrc_imx_platform_flag imx27_usb_data = { |
32 | CI_HDRC_DISABLE_STREAMING, | 31 | .flags = CI_HDRC_DISABLE_STREAMING, |
33 | }; | 32 | }; |
34 | 33 | ||
35 | static const struct ci_hdrc_imx_platform_flag imx28_usb_data = { | 34 | static const struct ci_hdrc_imx_platform_flag imx28_usb_data = { |