We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386cb76 commit b7182b4Copy full SHA for b7182b4
drivers/bus/ti-sysc.c
@@ -94,7 +94,7 @@ struct sysc {
94
static void sysc_parse_dts_quirks(struct sysc *ddata, struct device_node *np,
95
bool is_child);
96
97
-void sysc_write(struct sysc *ddata, int offset, u32 value)
+static void sysc_write(struct sysc *ddata, int offset, u32 value)
98
{
99
writel_relaxed(value, ddata->module_va + offset);
100
}
@@ -1209,7 +1209,7 @@ static int sysc_child_resume_noirq(struct device *dev)
1209
1210
#endif
1211
1212
-struct dev_pm_domain sysc_child_pm_domain = {
+static struct dev_pm_domain sysc_child_pm_domain = {
1213
.ops = {
1214
SET_RUNTIME_PM_OPS(sysc_child_runtime_suspend,
1215
sysc_child_runtime_resume,
0 commit comments