Commit f2b9b33b authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Greg Kroah-Hartman
Browse files

staging: octeon-usb: cvmx-usbnx-defs.h: delete unused union members



Delete unused union members.

Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5fcf133a
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -304,9 +304,7 @@ union cvmx_usbnx_clk_ctl
                                                         until AFTER this field is set and then read. */
                                                         until AFTER this field is set and then read. */
	} cn50xx;
	} cn50xx;
	struct cvmx_usbnx_clk_ctl_cn50xx      cn52xx;
	struct cvmx_usbnx_clk_ctl_cn50xx      cn52xx;
	struct cvmx_usbnx_clk_ctl_cn50xx      cn52xxp1;
	struct cvmx_usbnx_clk_ctl_cn50xx      cn56xx;
	struct cvmx_usbnx_clk_ctl_cn50xx      cn56xx;
	struct cvmx_usbnx_clk_ctl_cn50xx      cn56xxp1;
};
};
typedef union cvmx_usbnx_clk_ctl cvmx_usbnx_clk_ctl_t;
typedef union cvmx_usbnx_clk_ctl cvmx_usbnx_clk_ctl_t;


@@ -529,7 +527,6 @@ union cvmx_usbnx_usbp_ctl_status
                                                         are available within a specific period after the
                                                         are available within a specific period after the
                                                         de-assertion. */
                                                         de-assertion. */
	} cn30xx;
	} cn30xx;
	struct cvmx_usbnx_usbp_ctl_status_cn30xx cn31xx;
	struct cvmx_usbnx_usbp_ctl_status_cn50xx
	struct cvmx_usbnx_usbp_ctl_status_cn50xx
	{
	{
	uint64_t txrisetune                   : 1;  /**< HS Transmitter Rise/Fall Time Adjustment */
	uint64_t txrisetune                   : 1;  /**< HS Transmitter Rise/Fall Time Adjustment */
@@ -724,9 +721,6 @@ union cvmx_usbnx_usbp_ctl_status
                                                         are available within a specific period after the
                                                         are available within a specific period after the
                                                         de-assertion. */
                                                         de-assertion. */
	} cn52xx;
	} cn52xx;
	struct cvmx_usbnx_usbp_ctl_status_cn50xx cn52xxp1;
	struct cvmx_usbnx_usbp_ctl_status_cn52xx cn56xx;
	struct cvmx_usbnx_usbp_ctl_status_cn50xx cn56xxp1;
};
};
typedef union cvmx_usbnx_usbp_ctl_status cvmx_usbnx_usbp_ctl_status_t;
typedef union cvmx_usbnx_usbp_ctl_status cvmx_usbnx_usbp_ctl_status_t;