diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-31 09:08:55 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-09-02 04:27:49 -0400 |
commit | 6a017660768f8aca6ebf513cfb0c7ac241547deb (patch) | |
tree | 4ea04faf940614a4933c7b80aebba6fefbb05250 | |
parent | 5ae90d8e467e625e447000cb4335c4db973b1095 (diff) |
mfd: davinci_voicecodec: Remove unused read and write functions
These functions are not referenced anywhere, nor prototyped, so just
remove them.
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r-- | drivers/mfd/davinci_voicecodec.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/mfd/davinci_voicecodec.c b/drivers/mfd/davinci_voicecodec.c index fb64398506e9..a292d71c397c 100644 --- a/drivers/mfd/davinci_voicecodec.c +++ b/drivers/mfd/davinci_voicecodec.c | |||
@@ -32,17 +32,6 @@ | |||
32 | 32 | ||
33 | #include <linux/mfd/davinci_voicecodec.h> | 33 | #include <linux/mfd/davinci_voicecodec.h> |
34 | 34 | ||
35 | u32 davinci_vc_read(struct davinci_vc *davinci_vc, int reg) | ||
36 | { | ||
37 | return __raw_readl(davinci_vc->base + reg); | ||
38 | } | ||
39 | |||
40 | void davinci_vc_write(struct davinci_vc *davinci_vc, | ||
41 | int reg, u32 val) | ||
42 | { | ||
43 | __raw_writel(val, davinci_vc->base + reg); | ||
44 | } | ||
45 | |||
46 | static int __init davinci_vc_probe(struct platform_device *pdev) | 35 | static int __init davinci_vc_probe(struct platform_device *pdev) |
47 | { | 36 | { |
48 | struct davinci_vc *davinci_vc; | 37 | struct davinci_vc *davinci_vc; |