mfd: davinci_voicecodec: Remove unused read and write functions
authorMark Brown <broonie@linaro.org>
Sat, 31 Aug 2013 13:08:55 +0000 (14:08 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 2 Sep 2013 08:27:49 +0000 (10:27 +0200)
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>
drivers/mfd/davinci_voicecodec.c

index fb64398506e9934725bba33d9b3dabe0e9b591fc..a292d71c397c133f675960b02141be0faa1de5bd 100644 (file)
 
 #include <linux/mfd/davinci_voicecodec.h>
 
-u32 davinci_vc_read(struct davinci_vc *davinci_vc, int reg)
-{
-       return __raw_readl(davinci_vc->base + reg);
-}
-
-void davinci_vc_write(struct davinci_vc *davinci_vc,
-                                          int reg, u32 val)
-{
-       __raw_writel(val, davinci_vc->base + reg);
-}
-
 static int __init davinci_vc_probe(struct platform_device *pdev)
 {
        struct davinci_vc *davinci_vc;
This page took 0.026667 seconds and 5 git commands to generate.