import PULS_20180308
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / leds / leds_drv.c
index 6f6142ba581613df475d4cdd7ea7012ba4c5634f..6e1fd7a64aa15d7b6035d88e0a8167f9d3cf6d10 100644 (file)
  * variables
  ***************************************************************************/
 struct cust_mt65xx_led *bl_setting = NULL;
-/*[PLATFORM]-ADD-BEIGIN by falin.luo 2015.4.17*/
-/*hall sensor use bl brighrness to detect system status*/
-#ifdef CONFIG_MTK_HALL
-unsigned int bl_brightness = 102;
-#else
 static unsigned int bl_brightness = 102;
-#endif
-/*[PLATFORM]-ADD-END by falin.luo 2015.4.17*/
 static unsigned int bl_duty = 21;
 static unsigned int bl_div = CLK_DIV1;
 static unsigned int bl_frequency = 32000;