diff options
author | Damien Le Moal <dlemoal@kernel.org> | 2025-07-03 19:36:20 +0900 |
---|---|---|
committer | Niklas Cassel <cassel@kernel.org> | 2025-07-04 10:36:00 +0200 |
commit | 6cbd989626b5695ec083e2a419372f10d0125900 (patch) | |
tree | 35f9d8cec7f40b2737f805599430c7275ca5eb55 /scripts/lib/kdoc/kdoc_re.py | |
parent | 6d4405b16d37090a0c905079eab951cfb5044a65 (diff) |
ata: libata-core: Make ata_dev_cleanup_cdl_resources() static
The function ata_dev_cleanup_cdl_resources() is called only from
ata_dev_init_cdl_resources() and ata_dev_free_resources() which are
both defined in drivers/ata/libata-core.c. So there is no need for
ata_dev_cleanup_cdl_resources() to be visible from outside of this
file. Change this function definition to be a static function.
No functional changes.
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Link: https://lore.kernel.org/r/20250703103622.291272-3-dlemoal@kernel.org
Signed-off-by: Niklas Cassel <cassel@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_re.py')
0 files changed, 0 insertions, 0 deletions