diff options
author | Andreas Noever <andreas.noever@gmail.com> | 2014-06-04 00:04:03 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-20 01:07:47 +0400 |
commit | e2b8785ed312dad3a18279a3e88435fc269658c1 (patch) | |
tree | 37c6e5742227564f30e5e87c608a891fc7bc6971 /drivers/thunderbolt/Makefile | |
parent | a25c8b2fc9636aaf29d9d9d89f92cdfd27a2a23d (diff) | |
download | linux-e2b8785ed312dad3a18279a3e88435fc269658c1.tar.xz |
thunderbolt: Add thunderbolt capability handling
Thunderbolt config areas contain capability lists similar to those found
on pci devices. This patch introduces a tb_find_cap utility method to
search for capabilities.
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/Makefile b/drivers/thunderbolt/Makefile index 4ac18d969306..617b31480b2e 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 switch.o +thunderbolt-objs := nhi.o ctl.o tb.o switch.o cap.o |