!!of_match_node(sun8i_tcon_top_of_table, node);
 }
 
-static int compare_of(struct device *dev, void *data)
-{
-       DRM_DEBUG_DRIVER("Comparing of node %pOF with %pOF\n",
-                        dev->of_node,
-                        data);
-
-       return dev->of_node == data;
-}
-
 /*
  * The encoder drivers use drm_of_find_possible_crtcs to get upstream
  * crtcs from the device tree using of_graph. For the results to be
             of_device_is_available(node))) {
                /* Add current component */
                DRM_DEBUG_DRIVER("Adding component %pOF\n", node);
-               drm_of_component_match_add(dev, match, compare_of, node);
+               drm_of_component_match_add(dev, match, component_compare_of, node);
                count++;
        }