diff options
author | Andreas Noever <andreas.noever@gmail.com> | 2014-06-04 00:04:11 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-20 01:13:00 +0400 |
commit | c90553b3c4ac2389a71a5c012b6e5bb1160d48a7 (patch) | |
tree | a4374e06d030654c1dd1f076417908f2536824f4 /drivers/thunderbolt/Makefile | |
parent | 1df5172c5c251ec24a1bd0f44fe38c841f384330 (diff) | |
download | linux-c90553b3c4ac2389a71a5c012b6e5bb1160d48a7.tar.xz |
thunderbolt: Read switch uid from EEPROM
Add eeprom access code and read the uid during switch initialization.
The UID will be used to check device identity after suspend.
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 0122ca698f78..5d1053cdfa54 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 cap.o path.o tunnel_pci.o +thunderbolt-objs := nhi.o ctl.o tb.o switch.o cap.o path.o tunnel_pci.o eeprom.o |