mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
gpio: mockup: make pins_name_start static
This variable is not used outside this module. Make it static. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
2d65472bcb
commit
e53c60289d
|
|
@ -43,7 +43,7 @@ static int gpio_mockup_ranges[MAX_GC << 1];
|
|||
static int gpio_mockup_params_nr;
|
||||
module_param_array(gpio_mockup_ranges, int, &gpio_mockup_params_nr, 0400);
|
||||
|
||||
const char pins_name_start = 'A';
|
||||
static const char pins_name_start = 'A';
|
||||
|
||||
static int mockup_gpio_get(struct gpio_chip *gc, unsigned int offset)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user