Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe0798c5 authored by Fengguang Wu's avatar Fengguang Wu Committed by Martin K. Petersen
Browse files

aacraid: aac_release_resources() can be static

parent 49413112
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1318,7 +1318,7 @@ static int aac_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
}

#if (defined(CONFIG_PM))
void aac_release_resources(struct aac_dev *aac)
static void aac_release_resources(struct aac_dev *aac)
{
	int i;