summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:24:28 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:24:28 -0600
commit9ebdc89fa07c17119ce06db8128a5d60341bf922 (patch)
treece2dae9ae92bd0d5ac3e8fc556c5af2bb4b86779 /include
parent41648536a83ece1d6afbed36d6371123eef2d3fe (diff)
Bugzilla 771 - PATA_FSL: Remove non-working DMA support
Patch for Bugzilla 771 - PATA_FSL: Remove non-working DMA support on linux 2.6.22 kernel for MX3 platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-771-PATA_FSL-Remove-non-working-D.patch
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 8dd0667b97c2..bf68f2c42ca8 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -142,9 +142,6 @@ struct fsl_spi_platform_data {
};
struct fsl_ata_platform_data {
- int udma_mask; /* UDMA modes h/w can handle */
- int fifo_alarm; /* value for fifo_alarm reg */
- int max_sg; /* longest sglist h/w DMA handle */
int (*init)(struct platform_device *pdev);
void (*exit)(void);
int (*get_clk_rate)(void);