diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-01-28 17:42:24 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-19 22:25:51 +0200 |
commit | e34d3865ee4a71195f91b23fd09e2619a5f727d3 (patch) | |
tree | 02f6938756a1e40127485d7c7134890624ad0879 /include/linux/pata_arasan_cf_data.h | |
parent | 6e8887f60f6038e822462ff815b30074af62b847 (diff) |
ata: arasan: remove the need for platform_data
This adds a complete DT binding for the arasan device driver. There is
currently only one user, which is the spear13xx platform, so we don't
actually have to parse all the properties until another user comes in,
but this does use the generic DMA binding to find the DMA channel.
The patch is untested so far and is part of a series to convert
the spear platform over to use the generic DMA binding, so it
should stay with the rest of the series.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.linux@linaro.org>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Jeff Garzik <jgarzik@redhat.com>
Cc: devicetree-discuss@lists.ozlabs.org
Diffstat (limited to 'include/linux/pata_arasan_cf_data.h')
-rw-r--r-- | include/linux/pata_arasan_cf_data.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pata_arasan_cf_data.h b/include/linux/pata_arasan_cf_data.h index a7b4fc386e63..3cc21c9cc1e8 100644 --- a/include/linux/pata_arasan_cf_data.h +++ b/include/linux/pata_arasan_cf_data.h @@ -37,8 +37,6 @@ struct arasan_cf_pdata { #define CF_BROKEN_PIO (1) #define CF_BROKEN_MWDMA (1 << 1) #define CF_BROKEN_UDMA (1 << 2) - /* This is platform specific data for the DMA controller */ - void *dma_priv; }; static inline void |