Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184852 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.21-gentoo-r2/drivers/ata/sata_via.c (-4 lines)
Lines 120-129 static struct scsi_host_template svia_sh Link Here
120
	.slave_configure	= ata_scsi_slave_config,
120
	.slave_configure	= ata_scsi_slave_config,
121
	.slave_destroy		= ata_scsi_slave_destroy,
121
	.slave_destroy		= ata_scsi_slave_destroy,
122
	.bios_param		= ata_std_bios_param,
122
	.bios_param		= ata_std_bios_param,
123
#ifdef CONFIG_PM
124
	.suspend		= ata_scsi_device_suspend,
125
	.resume			= ata_scsi_device_resume,
126
#endif
127
};
123
};
128
124
129
static const struct ata_port_operations vt6420_sata_ops = {
125
static const struct ata_port_operations vt6420_sata_ops = {

Return to bug 184852