summaryrefslogtreecommitdiffstats
path: root/drivers/power/wm831x_backup.c
diff options
context:
space:
mode:
authorXiong Zhou <jencce.kernel@gmail.com>2013-05-07 04:15:56 +0200
committerAnton Vorontsov <anton@enomsg.org>2013-05-10 20:04:15 +0200
commita2d0dbb4b55681874c5f288538ae55ae69baeaff (patch)
treeb56e567eb19d147039df9d452ddd3ed37742f82a /drivers/power/wm831x_backup.c
parentlp8788-charger: Fix kconfig dependency (diff)
downloadlinux-a2d0dbb4b55681874c5f288538ae55ae69baeaff.tar.xz
linux-a2d0dbb4b55681874c5f288538ae55ae69baeaff.zip
bq27x00: Fix I2C dependency in KConfig
This patch fixes build failure(randconfig) of next-20130501. When config I2C as m, BATTERY_BQ27x00 as y, here comes the failure. The driver depends on I2C only if I2C is not disabled, as Lars commented. Last version of this patch make the driver depend on I2C unconditionally. Failure message: drivers/built-in.o: In function `bq27x00_read_i2c': bq27x00_battery.c:(.text+0x1082a7): undefined reference to `i2c_transfer' drivers/built-in.o: In function `bq27x00_battery_init': bq27x00_battery.c:(.init.text+0x6085): undefined reference to `i2c_register_driver' bq27x00_battery.c:(.init.text+0x60c7): undefined reference to `i2c_del_driver' drivers/built-in.o: In function `bq27x00_battery_exit': bq27x00_battery.c:(.exit.text+0xbf0): undefined reference to `i2c_del_driver' make: *** [vmlinux] Error 1 Signed-off-by: Xiong Zhou <jencce.kernel@gmail.com> Cc: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Diffstat (limited to 'drivers/power/wm831x_backup.c')
0 files changed, 0 insertions, 0 deletions