diff options
-rw-r--r-- | net/rfkill/rfkill-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rfkill/rfkill-regulator.c b/net/rfkill/rfkill-regulator.c index 4b5ab21ecb24..d11ac79246e4 100644 --- a/net/rfkill/rfkill-regulator.c +++ b/net/rfkill/rfkill-regulator.c | |||
@@ -51,7 +51,7 @@ static int rfkill_regulator_set_block(void *data, bool blocked) | |||
51 | return 0; | 51 | return 0; |
52 | } | 52 | } |
53 | 53 | ||
54 | struct rfkill_ops rfkill_regulator_ops = { | 54 | static struct rfkill_ops rfkill_regulator_ops = { |
55 | .set_block = rfkill_regulator_set_block, | 55 | .set_block = rfkill_regulator_set_block, |
56 | }; | 56 | }; |
57 | 57 | ||