aboutsummaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/Makefile
diff options
context:
space:
mode:
authorGravatar Andreas Noever <andreas.noever@gmail.com> 2014-06-03 22:04:02 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2014-06-19 14:07:08 -0700
commita25c8b2fc9636aaf29d9d9d89f92cdfd27a2a23d (patch)
treedb952ae5e1d2897f54751e9d2d4c258dce853a00 /drivers/thunderbolt/Makefile
parentthunderbolt: Add tb_regs.h (diff)
downloadlinux-a25c8b2fc9636aaf29d9d9d89f92cdfd27a2a23d.tar.gz
linux-a25c8b2fc9636aaf29d9d9d89f92cdfd27a2a23d.tar.bz2
linux-a25c8b2fc9636aaf29d9d9d89f92cdfd27a2a23d.zip
thunderbolt: Initialize root switch and ports
This patch adds the structures tb_switch and tb_port as well as code to initialize the root switch. Signed-off-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/thunderbolt/Makefile')
-rw-r--r--drivers/thunderbolt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/Makefile b/drivers/thunderbolt/Makefile
index 1f996bb96ac9..4ac18d969306 100644
--- a/drivers/thunderbolt/Makefile
+++ b/drivers/thunderbolt/Makefile
@@ -1,3 +1,3 @@
obj-${CONFIG_THUNDERBOLT} := thunderbolt.o
-thunderbolt-objs := nhi.o ctl.o tb.o
+thunderbolt-objs := nhi.o ctl.o tb.o switch.o