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

Commit 570cb62d authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik
Browse files

pata_platform: Add cable_detect method

parent e2a9752a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ static struct ata_port_operations pata_platform_port_ops = {
	.thaw			= ata_bmdma_thaw,
	.error_handler		= ata_bmdma_error_handler,
	.post_internal_cmd	= ata_bmdma_post_internal_cmd,
	.cable_detect		= ata_cable_unknown,

	.qc_prep		= ata_qc_prep,
	.qc_issue		= ata_qc_issue_prot,