summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2013-06-07 02:09:43 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-08 22:04:30 -0700
commitf2b9b33b8269453f93d85c7f74326c7a9083dd4e (patch)
tree46181636ac30baa163480ceeb7aecedb8d0ea9f7
parent5fcf133a56e552e9ad73aed29c7e15f12f483a8b (diff)
staging: octeon-usb: cvmx-usbnx-defs.h: delete unused union members
Delete unused union members. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/octeon-usb/cvmx-usbnx-defs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/octeon-usb/cvmx-usbnx-defs.h b/drivers/staging/octeon-usb/cvmx-usbnx-defs.h
index 4e446be0a134..801d835930a1 100644
--- a/drivers/staging/octeon-usb/cvmx-usbnx-defs.h
+++ b/drivers/staging/octeon-usb/cvmx-usbnx-defs.h
@@ -304,9 +304,7 @@ union cvmx_usbnx_clk_ctl
until AFTER this field is set and then read. */
} cn50xx;
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 cn56xxp1;
};
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
de-assertion. */
} cn30xx;
- struct cvmx_usbnx_usbp_ctl_status_cn30xx cn31xx;
struct cvmx_usbnx_usbp_ctl_status_cn50xx
{
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
de-assertion. */
} 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;