File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ const struct of_device_id of_default_bus_match_table[] = {
3333 {} /* Empty terminated list */
3434};
3535
36- static const struct of_device_id of_skipped_node_table [] = {
37- { .compatible = "operating-points-v2" , },
38- {} /* Empty terminated list */
39- };
40-
4136/**
4237 * of_find_device_by_node - Find the platform_device associated with a node
4338 * @np: Pointer to device tree node
@@ -89,6 +84,11 @@ void of_device_unregister(struct platform_device *ofdev)
8984EXPORT_SYMBOL (of_device_unregister );
9085
9186#ifdef CONFIG_OF_ADDRESS
87+ static const struct of_device_id of_skipped_node_table [] = {
88+ { .compatible = "operating-points-v2" , },
89+ {} /* Empty terminated list */
90+ };
91+
9292/*
9393 * The following routines scan a subtree and registers a device for
9494 * each applicable node.
You can’t perform that action at this time.
0 commit comments