Re: [PATCH] libata: libahci: declare ahci_shost_attr_group as static
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-11-11 07:16:12
Also in:
linux-scsi
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-11-11 07:16:12
Also in:
linux-scsi
On Thu, Nov 11, 2021 at 12:34:30PM +0900, Damien Le Moal wrote:
ahci_shost_attr_group is referenced only in drivers/ata/libahci.c. Declare it as static.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>