]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/ppc/tumbler.c
ARM: OMAP: re-organize duplicated 32k-timer code
[linux-2.6-omap-h63xx.git] / sound / ppc / tumbler.c
index 54e333fbb1d06e0710cb7a1ece09eccd2bb416d5..5821cdd0bec9c224ac50d63d544e59ec73dfe816 100644 (file)
@@ -1060,7 +1060,7 @@ static struct device_node *find_compatible_audio_device(const char *name)
   
        for (np = of_get_next_child(gpiop, NULL); np;
                        np = of_get_next_child(gpiop, np)) {
-               if (device_is_compatible(np, name))
+               if (of_device_is_compatible(np, name))
                        break;
        }  
        of_node_put(gpiop);