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

Commit 620863f7 authored by Sachin Kamat's avatar Sachin Kamat Committed by Greg Kroah-Hartman
Browse files

thunderbolt: Staticize nhi_ids



'nhi_ids' is local to this file.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@samsung.com>
Acked-by: default avatarAndreas Noever <andreas.noever@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f19b72c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -632,7 +632,7 @@ static const struct dev_pm_ops nhi_pm_ops = {
	.restore_noirq = nhi_resume_noirq,
};

struct pci_device_id nhi_ids[] = {
static struct pci_device_id nhi_ids[] = {
	/*
	 * We have to specify class, the TB bridges use the same device and
	 * vendor (sub)id.