aboutsummaryrefslogtreecommitdiff
path: root/cds9k-reset.c
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2021-05-22 17:35:02 +1200
committerDavid Phillips <david@yeah.nah.nz>2021-05-22 17:35:02 +1200
commit0d185a49c8404ae388fb2c8cd7e1612680db4d89 (patch)
treecc64794c657895bc031e2771a9b6d9638d3c49d3 /cds9k-reset.c
parentcb1873c3270b9f0891a9bc0faebb45b23f3cb37b (diff)
downloadcds9k-0d185a49c8404ae388fb2c8cd7e1612680db4d89.tar.xz
Ensure driver functions and data are staticHEADmaster
Diffstat (limited to 'cds9k-reset.c')
-rw-r--r--cds9k-reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds9k-reset.c b/cds9k-reset.c
index 5750376..de6b292 100644
--- a/cds9k-reset.c
+++ b/cds9k-reset.c
@@ -35,7 +35,7 @@ static int cds9k_reset_xlate(struct reset_controller_dev *rcdev,
return 0;
}
-const struct reset_control_ops cds9k_reset_ops = {
+static const struct reset_control_ops cds9k_reset_ops = {
.reset = cds9k_reset_reset,
};