diff options
Diffstat (limited to 'net/rfkill/rfkill-regulator.c')
| -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 4b5ab21ecb2..d11ac79246e 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)  	return 0;  } -struct rfkill_ops rfkill_regulator_ops = { +static struct rfkill_ops rfkill_regulator_ops = {  	.set_block = rfkill_regulator_set_block,  };  |