mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
leds: aat1290: add 'static' modifier to init_mm_current_scale
Function init_mm_current_scale is used only locally. Make it static then. Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
This commit is contained in:
parent
98f9cc7ffc
commit
305c324f43
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ static void aat1290_led_validate_mm_current(struct aat1290_led *led,
|
||||||
cfg->max_brightness = b + 1;
|
cfg->max_brightness = b + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int init_mm_current_scale(struct aat1290_led *led,
|
static int init_mm_current_scale(struct aat1290_led *led,
|
||||||
struct aat1290_led_config_data *cfg)
|
struct aat1290_led_config_data *cfg)
|
||||||
{
|
{
|
||||||
int max_mm_current_percent[] = { 20, 22, 25, 28, 32, 36, 40, 45, 50, 56,
|
int max_mm_current_percent[] = { 20, 22, 25, 28, 32, 36, 40, 45, 50, 56,
|
||||||
|
|
Loading…
Add table
Reference in a new issue