diff options
| author | Niklas Cassel <cassel@kernel.org> | 2024-07-04 12:19:58 +0300 |
|---|---|---|
| committer | Niklas Cassel <cassel@kernel.org> | 2024-07-04 12:37:15 +0300 |
| commit | 831d83a5374af5c03d7771ef85fd9d46d685cf55 (patch) | |
| tree | 70a65465492dc680d49d732ee6bebdde74e2da66 /include | |
| parent | 816be86c7993d3c5832c3017c0056297e86f978c (diff) | |
| parent | eeb25a09c5e0805d92e4ebd12c4b0ad0df1b0295 (diff) | |
| download | linux-831d83a5374af5c03d7771ef85fd9d46d685cf55.tar.xz | |
Merge remote-tracking branch 'libata/for-6.10-fixes' into for-6.11
Pull in bug fixes.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 13fb41d25da6..7d3bd7c9664a 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -1249,6 +1249,7 @@ extern int ata_slave_link_init(struct ata_port *ap); extern struct ata_port *ata_sas_port_alloc(struct ata_host *, struct ata_port_info *, struct Scsi_Host *); extern void ata_port_probe(struct ata_port *ap); +extern void ata_port_free(struct ata_port *ap); extern int ata_sas_tport_add(struct device *parent, struct ata_port *ap); extern void ata_sas_tport_delete(struct ata_port *ap); int ata_sas_device_configure(struct scsi_device *sdev, struct queue_limits *lim, |
