diff options
Diffstat (limited to 'include/trace/events/libata.h')
| -rw-r--r-- | include/trace/events/libata.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/trace/events/libata.h b/include/trace/events/libata.h index 75fff8696bae..2fbbf990e4b3 100644 --- a/include/trace/events/libata.h +++ b/include/trace/events/libata.h @@ -126,6 +126,7 @@  		ata_protocol_name(ATA_PROT_PIO),	\  		ata_protocol_name(ATA_PROT_DMA),	\  		ata_protocol_name(ATA_PROT_NCQ),	\ +		ata_protocol_name(ATA_PROT_NCQ_NODATA),	\  		ata_protocol_name(ATAPI_PROT_NODATA),	\  		ata_protocol_name(ATAPI_PROT_PIO),	\  		ata_protocol_name(ATAPI_PROT_DMA)) |