aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thunderbolt')
-rw-r--r--drivers/thunderbolt/eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c
index 71f719b67115..0dde34e3a7c5 100644
--- a/drivers/thunderbolt/eeprom.c
+++ b/drivers/thunderbolt/eeprom.c
@@ -233,7 +233,7 @@ struct tb_drom_entry_port {
233/** 233/**
234 * tb_eeprom_get_drom_offset - get drom offset within eeprom 234 * tb_eeprom_get_drom_offset - get drom offset within eeprom
235 */ 235 */
236int tb_eeprom_get_drom_offset(struct tb_switch *sw, u16 *offset) 236static int tb_eeprom_get_drom_offset(struct tb_switch *sw, u16 *offset)
237{ 237{
238 struct tb_cap_plug_events cap; 238 struct tb_cap_plug_events cap;
239 int res; 239 int res;