diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-06-16 07:12:13 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-06-16 23:29:01 +0200 |
commit | f6aa01c2b8950a29503e93fc8b91f0d64f440c34 (patch) | |
tree | bbfe0368561fef00570e65c42914682531fdc70e /sound/soc | |
parent | ARM: 6176/1: nomadik-gpio: implement to_irq (diff) | |
download | linux-f6aa01c2b8950a29503e93fc8b91f0d64f440c34.tar.xz linux-f6aa01c2b8950a29503e93fc8b91f0d64f440c34.zip |
ARM: 6177/1: nomadik-gpio: fix "ignoring return value" warning
arch/arm/plat-nomadik/gpio.c: In function 'nmk_gpio_remove':
arch/arm/plat-nomadik/gpio.c:630: warning: ignoring return value of 'gpiochip_remove', declared with attribute warn_unused_result
Because this function is marked __exit and this code can't be built as a
module, this function is never used. So just remove it, fixing the
warning in the process.
Acked-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'sound/soc')
0 files changed, 0 insertions, 0 deletions