Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[firefly-linux-kernel-4.4.55.git] / drivers / staging / speakup / speakup_audptr.c
index 94e509992c8b3e9e8bdd76fb7896e7f48afe9149..3508aee98ab0651e06b831c22d8e3dd80f975ce3 100644 (file)
@@ -162,7 +162,7 @@ static int synth_probe(struct spk_synth *synth)
 {
        int failed = 0;
 
-       failed = serial_synth_probe(synth);
+       failed = spk_serial_synth_probe(synth);
        if (failed == 0)
                synth_version(synth);
        synth->alive = !failed;