summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicolin Chen <b42378@freescale.com>2013-09-25 15:16:44 +0800
committerJason Liu <r64343@freescale.com>2013-10-30 09:55:50 +0800
commitc18bf00085048c2d373791c5a13e8bfa4b5f3321 (patch)
tree2a7a40407c83f3c7d2b4a54e9030ec8c5f4472b8 /include
parent5a0f3d1c594e7a0465da9a6cc9bda20cb59c3806 (diff)
ENGR00280852-6 mxc: asrc: Use devtype instead of specific DT properties
We can determine the IP version from DT compatible name to decide which clock map and channel bits should be used. Signed-off-by: Nicolin Chen <b42378@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mxc_asrc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mxc_asrc.h b/include/linux/mxc_asrc.h
index 921a92822dce..b9faaa207fc5 100644
--- a/include/linux/mxc_asrc.h
+++ b/include/linux/mxc_asrc.h
@@ -354,7 +354,6 @@ struct asrc_data {
unsigned long paddr;
unsigned int channel_bits;
int asrc_major;
- int clk_map_ver;
int irq;
struct device *dev;
};