You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
make sata_set_spd_needed() static
sata_set_spd_needed() can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
@@ -2772,7 +2772,7 @@ static int __sata_set_spd_needed(struct ata_link *link, u32 *scontrol)
|
||||
* RETURNS:
|
||||
* 1 if SATA spd configuration is needed, 0 otherwise.
|
||||
*/
|
||||
int sata_set_spd_needed(struct ata_link *link)
|
||||
static int sata_set_spd_needed(struct ata_link *link)
|
||||
{
|
||||
u32 scontrol;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user