]> err.no Git - linux-2.6/blobdiff - drivers/char/briq_panel.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
[linux-2.6] / drivers / char / briq_panel.c
index ed53f541d9e8a90e2aa4d06cd4952a1372512013..c70d52ace8b2da72237bbe7bd38a1f36a6d3d726 100644 (file)
@@ -206,7 +206,7 @@ static int __init briq_panel_init(void)
        const char *machine;
        int i;
 
-       machine = of_get_property(root, "model", NULL);
+       machine = get_property(root, "model", NULL);
        if (!machine || strncmp(machine, "TotalImpact,BRIQ-1", 18) != 0) {
                of_node_put(root);
                return -ENODEV;