aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/cap.c
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2020-06-29 20:11:38 +0300
committerMika Westerberg <mika.westerberg@linux.intel.com>2020-09-03 12:21:07 +0300
commit8f8310115e339c5e3d03b6366998d0a11a5e44bd (patch)
treef3fdc86bf31f52a2ff7086ed93267da24aabc8c7 /drivers/thunderbolt/cap.c
parentthunderbolt: Add runtime PM for Software CM (diff)
downloadlinux-dev-8f8310115e339c5e3d03b6366998d0a11a5e44bd.tar.xz
linux-dev-8f8310115e339c5e3d03b6366998d0a11a5e44bd.zip
thunderbolt: Move struct tb_cap_any to tb_regs.h
This structure will be needed by the debugfs implementation so make it available outside of cap.c. While there add kernel-doc comments to the structure. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/thunderbolt/cap.c')
-rw-r--r--drivers/thunderbolt/cap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/thunderbolt/cap.c b/drivers/thunderbolt/cap.c
index 19db6cdc5b70..1582e4ebac56 100644
--- a/drivers/thunderbolt/cap.c
+++ b/drivers/thunderbolt/cap.c
@@ -15,14 +15,6 @@
#define VSE_CAP_OFFSET_MAX 0xffff
#define TMU_ACCESS_EN BIT(20)
-struct tb_cap_any {
- union {
- struct tb_cap_basic basic;
- struct tb_cap_extended_short extended_short;
- struct tb_cap_extended_long extended_long;
- };
-} __packed;
-
static int tb_port_enable_tmu(struct tb_port *port, bool enable)
{
struct tb_switch *sw = port->sw;