projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f19b72c
)
thunderbolt: Staticize nhi_ids
author
Sachin Kamat
<sachin.kamat@samsung.com>
Fri, 20 Jun 2014 09:02:34 +0000
(14:32 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 16:44:42 +0000
(09:44 -0700)
'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>
drivers/thunderbolt/nhi.c
patch
|
blob
|
history
diff --git
a/drivers/thunderbolt/nhi.c
b/drivers/thunderbolt/nhi.c
index 0fc137af89f5654caef1b59b053c673a9c742ddd..2054fbf8b382bb4714016f284e953394b645a6bb 100644
(file)
--- a/
drivers/thunderbolt/nhi.c
+++ b/
drivers/thunderbolt/nhi.c
@@
-632,7
+632,7
@@
static const struct dev_pm_ops nhi_pm_ops = {
.restore_noirq = nhi_resume_noirq,
};
-struct pci_device_id nhi_ids[] = {
+st
atic st
ruct pci_device_id nhi_ids[] = {
/*
* We have to specify class, the TB bridges use the same device and
* vendor (sub)id.