commit | 0ee0bbb018938addf87b54d447cc5633d2e53490 | [log] [tgz] |
---|---|---|
author | zhengbin <zhengbin13@huawei.com> | Tue Nov 12 14:59:41 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 12 10:55:41 2019 -0800 |
tree | be5d01ad3103530bd3f108b159e27ad60a0fa59d | |
parent | b55cbbee74b77dc17165f6c80dfa31e12c5cb1ff [diff] |
net: atlantic: make symbol 'aq_pm_ops' static Fix sparse warnings: drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c:426:25: warning: symbol 'aq_pm_ops' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Fixes: 8aaa112a57c1 ("net: atlantic: refactoring pm logic") Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>