diff options
Diffstat (limited to 'include/linux/libata.h')
| -rw-r--r-- | include/linux/libata.h | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 83ba0ab2c91..91c9d109e5f 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -620,6 +620,9 @@ struct ata_device {  	union acpi_object	*gtf_cache;  	unsigned int		gtf_filter;  #endif +#ifdef CONFIG_SATA_ZPODD +	void			*zpodd; +#endif  	struct device		tdev;  	/* n_sector is CLEAR_BEGIN, read comment above CLEAR_BEGIN */  	u64			n_sectors;	/* size of device, if ATA */ @@ -652,8 +655,8 @@ struct ata_device {  		u32		gscr[SATA_PMP_GSCR_DWORDS]; /* PMP GSCR block */  	}; -	/* Identify Device Data Log (30h), SATA Settings (page 08h) */ -	u8			sata_settings[ATA_SECT_SIZE]; +	/* DEVSLP Timing Variables from Identify Device Data Log */ +	u8			devslp_timing[ATA_LOG_DEVSLP_SIZE];  	/* error history */  	int			spdn_cnt;  |