From: Andrea Adami Date: Sat, 20 Jul 2013 23:07:46 +0000 (+0200) Subject: power_supply: tosa_battery: Get rid of irq_to_gpio usage X-Git-Tag: v3.12-rc1~58^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e81ef588028feae7abb077a80acc27adf3e818d;p=pandora-kernel.git power_supply: tosa_battery: Get rid of irq_to_gpio usage This commit fixes the following error: linux/drivers/power/tosa_battery.c:153:2: error: implicit declaration of function 'irq_to_gpio' [-Werror=implicit-function-declaration] Since 9d08d5d77a355510c2f5657c86b0a4b25acfe72c, irq_to_gpio() is no longer available but still in use by collie_battery.c. As it's just for a debug message, just get rid of this call. Signed-off-by: Andrea Adami Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed