MFC r262408 (by ian):

Eliminate an unused-var warning by wrapping #if 0 around some tables of
values that were probably entered "for completeness" from a datasheet, and
for all I know may be useful/necessary some day.
This commit is contained in:
dim 2014-03-21 00:19:20 +00:00
parent d46bcdadc4
commit 9133572e2e

View File

@ -138,6 +138,7 @@ static const uint16_t twl4030_vsim_voltages[] = {
static const uint16_t twl4030_vdac_voltages[] = {
1200, 1300, 1800, 1800
};
#if 0 /* vdd1, vdd2, vdio, not currently used. */
static const uint16_t twl4030_vdd1_voltages[] = {
800, 1450
};
@ -147,6 +148,7 @@ static const uint16_t twl4030_vdd2_voltages[] = {
static const uint16_t twl4030_vio_voltages[] = {
1800, 1850
};
#endif
static const uint16_t twl4030_vintana2_voltages[] = {
2500, 2750
};