Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0f55014 authored by Andreas Noever's avatar Andreas Noever Committed by Greg Kroah-Hartman
Browse files

thunderbolt: Make tb_eeprom_get_drom_offset static



tb_eeprom_get_drom_offset is local to this file.

Signed-off-by: default avatarAndreas Noever <andreas.noever@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e7120778
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ struct tb_drom_entry_port {
/**
 * tb_eeprom_get_drom_offset - get drom offset within eeprom
 */
int tb_eeprom_get_drom_offset(struct tb_switch *sw, u16 *offset)
static int tb_eeprom_get_drom_offset(struct tb_switch *sw, u16 *offset)
{
	struct tb_cap_plug_events cap;
	int res;