Browse Source

aacraid: aac_release_resources() can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Mahesh Rajashekhara <Mahesh.Rajashekhara@pmcs.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Fengguang Wu 9 years ago
parent
commit
fe0798c5e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/scsi/aacraid/linit.c

+ 1 - 1
drivers/scsi/aacraid/linit.c

@@ -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;