File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 */
3030LIST_HEAD (opp_tables );
3131
32- /* OPP tables with uninitialized required OPPs */
33- LIST_HEAD (lazy_opp_tables );
34-
3532/* Lock to allow exclusive modification to the device and opp lists */
3633DEFINE_MUTEX (opp_table_lock );
3734/* Flag indicating that opp_tables list is being updated at the moment */
Original file line number Diff line number Diff line change 2121
2222#include "opp.h"
2323
24+ /* OPP tables with uninitialized required OPPs */
25+ static LIST_HEAD (lazy_opp_tables );
26+
2427/*
2528 * Returns opp descriptor node for a device node, caller must
2629 * do of_node_put().
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ struct regulator;
2626/* Lock to allow exclusive modification to the device and opp lists */
2727extern struct mutex opp_table_lock ;
2828
29- extern struct list_head opp_tables , lazy_opp_tables ;
29+ extern struct list_head opp_tables ;
3030
3131/* OPP Config flags */
3232#define OPP_CONFIG_CLK BIT(0)
You can’t perform that action at this time.
0 commit comments