]> git.karo-electronics.de Git - linux-beck.git/commit
mfd: ab8500: Export ab8500_gpadc_sw_hw_convert properly
authorArnd Bergmann <arnd@arndb.de>
Tue, 23 Apr 2013 16:30:52 +0000 (18:30 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 26 Apr 2013 09:21:35 +0000 (11:21 +0200)
commit8bf874a474f17e2d0fca13456e773a11fa4715ca
treed09313f9fb01f7d12f3019cfb3037420e24d2bb3
parent4adedc57e0fd2a6efa6a7d84405b8d5c2a956c3d
mfd: ab8500: Export ab8500_gpadc_sw_hw_convert properly

Apparently the ab8500_gpadc_sw_hw_convert function got renamed
from ab8500_gpadc_convert to ab8500_gpadc_sw_hw_convert in
commit 734823462 "mfd: ab8500-gpadc: Add gpadc hw conversion",
but the export for this function did not get changed at the
same time, causing this allyesconfig error:

ERROR: "ab8500_gpadc_sw_hw_convert" [drivers/hwmon/ab8500.ko] undefined!

This patch fixes the export.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: M'boumba Cedric Madianga <cedric.madianga@stericsson.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Mattias WALLIN <mattias.wallin@stericsson.com>
Cc: Michel JAOUEN <michel.jaouen@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-gpadc.c