aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/nhi.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@samsung.com>2014-06-20 05:02:34 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-20 12:44:42 -0400
commit620863f71c46509e104729c75a199689e59cac47 (patch)
tree7454537cd2fccd1da0d7294b9896fc8a2105b619 /drivers/thunderbolt/nhi.c
parentf19b72c6e8bb0bc257d09da6e324841d27a68528 (diff)
thunderbolt: Staticize nhi_ids
'nhi_ids' is local to this file. Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> Acked-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/thunderbolt/nhi.c')
-rw-r--r--drivers/thunderbolt/nhi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c
index 0fc137af89f5..2054fbf8b382 100644
--- a/drivers/thunderbolt/nhi.c
+++ b/drivers/thunderbolt/nhi.c
@@ -632,7 +632,7 @@ static const struct dev_pm_ops nhi_pm_ops = {
632 .restore_noirq = nhi_resume_noirq, 632 .restore_noirq = nhi_resume_noirq,
633}; 633};
634 634
635struct pci_device_id nhi_ids[] = { 635static struct pci_device_id nhi_ids[] = {
636 /* 636 /*
637 * We have to specify class, the TB bridges use the same device and 637 * We have to specify class, the TB bridges use the same device and
638 * vendor (sub)id. 638 * vendor (sub)id.