]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/misc/apds990x.c
Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[linux.git] / drivers / misc / apds990x.c
index ed9412d750b74311b9a084038eab2c6245e7e282..24876c615c3cbfc1f294decca1e3baab1b4e0505 100644 (file)
@@ -188,7 +188,6 @@ struct apds990x_chip {
 #define APDS_LUX_DEFAULT_RATE          200
 
 static const u8 again[]        = {1, 8, 16, 120}; /* ALS gain steps */
-static const u8 ir_currents[]  = {100, 50, 25, 12}; /* IRled currents in mA */
 
 /* Following two tables must match i.e 10Hz rate means 1 as persistence value */
 static const u16 arates_hz[] = {10, 5, 2, 1};