]> err.no Git - linux-2.6/blobdiff - drivers/video/platinumfb.c
[PATCH] Fix function/macro name collision on i386 oprofile
[linux-2.6] / drivers / video / platinumfb.c
index 3dd1de1539d200ee5427671a21a7cdba980b6289..b00887e9851cf938da8fa6dca5994366ef0982ed 100644 (file)
@@ -523,7 +523,7 @@ int __init platinumfb_setup(char *options)
 #define invalidate_cache(addr)
 #endif
 
-static int __devinit platinumfb_probe(struct of_device* odev, const struct of_match *match)
+static int __devinit platinumfb_probe(struct of_device* odev, const struct of_device_id *match)
 {
        struct device_node      *dp = odev->node;
        struct fb_info          *info;
@@ -647,12 +647,10 @@ static int __devexit platinumfb_remove(struct of_device* odev)
        return 0;
 }
 
-static struct of_match platinumfb_match[] = 
+static struct of_device_id platinumfb_match[] = 
 {
        {
        .name           = "platinum",
-       .type           = OF_ANY_MATCH,
-       .compatible     = OF_ANY_MATCH,
        },
        {},
 };