--- zzzz-none-000/linux-3.10.107/arch/arm/mach-s3c24xx/h1940-bluetooth.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/arm/mach-s3c24xx/h1940-bluetooth.c 2021-02-04 17:41:59.000000000 +0000 @@ -19,8 +19,10 @@ #include #include +#include #include #include +#include #include "h1940.h" @@ -39,7 +41,7 @@ mdelay(10); gpio_set_value(S3C2410_GPH(1), 0); - h1940_led_blink_set(-EINVAL, GPIO_LED_BLINK, NULL, NULL); + h1940_led_blink_set(NULL, GPIO_LED_BLINK, NULL, NULL); } else { gpio_set_value(S3C2410_GPH(1), 1); @@ -48,7 +50,7 @@ mdelay(10); gpio_set_value(H1940_LATCH_BLUETOOTH_POWER, 0); - h1940_led_blink_set(-EINVAL, GPIO_LED_NO_BLINK_LOW, NULL, NULL); + h1940_led_blink_set(NULL, GPIO_LED_NO_BLINK_LOW, NULL, NULL); } }