aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/pcengines-apuv2.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-03-04 21:09:07 +0100
committerLinus Walleij <linus.walleij@linaro.org>2019-03-08 14:11:30 +0100
commitdeb63b0b812f0ef6c37484f23ee3de4b115f7bb2 (patch)
tree66cdec88f8674a0d0abb8583a7559f9d3eb26999 /drivers/platform/x86/pcengines-apuv2.c
parentgpio: pca953x: Use PCA_LATCH_INT (diff)
downloadlinux-dev-deb63b0b812f0ef6c37484f23ee3de4b115f7bb2.tar.xz
linux-dev-deb63b0b812f0ef6c37484f23ee3de4b115f7bb2.zip
x86: apuv2: remove unused variable
The driver was newly introduced but the version that got merged produces a harmless compiler warning: drivers/platform/x86/pcengines-apuv2.c: In function 'apu_board_init': drivers/platform/x86/pcengines-apuv2.c:211:6: error: unused variable 'rc' [-Werror=unused-variable] Remove the evidently useless variable. Fixes: f8eb0235f659 ("x86: pcengines apuv2 gpio/leds/keys platform driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-By: Enrico Weigelt, metux IT consult <info@metux.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to '')
-rw-r--r--drivers/platform/x86/pcengines-apuv2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/pcengines-apuv2.c b/drivers/platform/x86/pcengines-apuv2.c
index dcb084f6b892..c1ca931e1fab 100644
--- a/drivers/platform/x86/pcengines-apuv2.c
+++ b/drivers/platform/x86/pcengines-apuv2.c
@@ -208,7 +208,6 @@ static struct platform_device * __init apu_create_pdev(
static int __init apu_board_init(void)
{
- int rc;
const struct dmi_system_id *id;
id = dmi_first_match(apu_gpio_dmi_table);