提交 fe0798c5 编写于 作者: F Fengguang Wu 提交者: Martin K. Petersen

aacraid: aac_release_resources() can be static

Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Reviewed-by: NJohannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: NMahesh Rajashekhara <Mahesh.Rajashekhara@pmcs.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 49413112
...@@ -1318,7 +1318,7 @@ static int aac_probe_one(struct pci_dev *pdev, const struct pci_device_id *id) ...@@ -1318,7 +1318,7 @@ static int aac_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
} }
#if (defined(CONFIG_PM)) #if (defined(CONFIG_PM))
void aac_release_resources(struct aac_dev *aac) static void aac_release_resources(struct aac_dev *aac)
{ {
int i; int i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册