diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-06-21 20:08:06 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-03 14:01:48 +0300 |
commit | c6446c210f2b658ce5a7abc5b9763447910d751d (patch) | |
tree | d4e2ec2b6d875055a566303c2ff9bfa11c29c123 /drivers/platform | |
parent | ce7d8f8a66e6d0600e5f368233849d2e4560a732 (diff) | |
download | linux-c6446c210f2b658ce5a7abc5b9763447910d751d.tar.xz |
w1: ds2482: make module parameter extra_config static
The variable extra_config is local to the source and does not
need to be in global scope, so make it static.
Cleans up sparse warning:
warning: symbol 'extra_config' was not declared. Should it be static?
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/platform')
0 files changed, 0 insertions, 0 deletions