X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fsparc%2Fcs4231.c;h=900a00de35fd7b016f0e10b7bbfa9dd2db2a5ae9;hb=d1da4e50e5d09f02c340927a4fcb7f54202fa033;hp=f5956d557f70089f6f9c544df07aacc684876c86;hpb=8f6d63adf8309a412bf2d3d2e49a85e519ebf57c;p=linux-2.6 diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c index f5956d557f..900a00de35 100644 --- a/sound/sparc/cs4231.c +++ b/sound/sparc/cs4231.c @@ -2284,7 +2284,7 @@ static int __init cs4231_init(void) if (!strcmp(edev->prom_node->name, "SUNW,CS4231")) { match = 1; } else if (!strcmp(edev->prom_node->name, "audio")) { - char *compat; + const char *compat; compat = of_get_property(edev->prom_node, "compatible", NULL);