]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/rfkill/rfkill-regulator.c
net: rfkill: Fix sparse warning in rfkill-regulator.c
[karo-tx-linux.git] / net / rfkill / rfkill-regulator.c
index 4b5ab21ecb24a0732d971f3ce08256a96d496125..d11ac79246e46d8388d6bee79de663928aa0f86e 100644 (file)
@@ -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,
 };