1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

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:
Ian Lepore 2014-02-23 22:29:59 +00:00
parent d0bfcaf83e
commit a75a785aef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262408

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
};