{} /* Empty terminated list */
 };
 
-static const struct of_device_id of_skipped_node_table[] = {
-       { .compatible = "operating-points-v2", },
-       {} /* Empty terminated list */
-};
-
 /**
  * of_find_device_by_node - Find the platform_device associated with a node
  * @np: Pointer to device tree node
 EXPORT_SYMBOL(of_device_unregister);
 
 #ifdef CONFIG_OF_ADDRESS
+static const struct of_device_id of_skipped_node_table[] = {
+       { .compatible = "operating-points-v2", },
+       {} /* Empty terminated list */
+};
+
 /*
  * The following routines scan a subtree and registers a device for
  * each applicable node.