diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2017-02-19 09:58:35 +0100 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2019-04-18 10:18:52 +0200 |
commit | 1752b9f78713c7a188495319ebafbe7868718962 (patch) | |
tree | 04d87b80398e0fe233546e7e4e392437a674cf49 /drivers/thunderbolt/tunnel.h | |
parent | thunderbolt: Cache adapter specific capability offset into struct port (diff) | |
download | linux-1752b9f78713c7a188495319ebafbe7868718962.tar.xz linux-1752b9f78713c7a188495319ebafbe7868718962.zip |
thunderbolt: Rename tunnel_pci to tunnel
In order to tunnel non-PCIe traffic as well rename tunnel_pci.[ch] to
tunnel.[ch] to reflect this fact. No functional changes.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/thunderbolt/tunnel.h (renamed from drivers/thunderbolt/tunnel_pci.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/thunderbolt/tunnel_pci.h b/drivers/thunderbolt/tunnel.h index f9b65fa1fd4d..dff0f27d6ab5 100644 --- a/drivers/thunderbolt/tunnel_pci.h +++ b/drivers/thunderbolt/tunnel.h @@ -1,12 +1,12 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * Thunderbolt Cactus Ridge driver - PCIe tunnel + * Thunderbolt Cactus Ridge driver - Tunneling support * * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com> */ -#ifndef TB_PCI_H_ -#define TB_PCI_H_ +#ifndef TB_TUNNEL_H_ +#define TB_TUNNEL_H_ #include "tb.h" |