Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1263623 > unrolled thread

[PATCH 17/26] Input: synaptics-rmi4: Remove unused firmware_name variable

Started byAndrew Duggan <aduggan@synaptics.com>
First post2015-11-06 00:50 +0100
Last post2015-11-09 14:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 17/26] Input: synaptics-rmi4: Remove unused firmware_name variable Andrew Duggan <aduggan@synaptics.com> - 2015-11-06 00:50 +0100
    Re: [PATCH 17/26] Input: synaptics-rmi4: Remove unused firmware_name variable Linus Walleij <linus.walleij@linaro.org> - 2015-11-09 14:20 +0100

#1263623 — [PATCH 17/26] Input: synaptics-rmi4: Remove unused firmware_name variable

FromAndrew Duggan <aduggan@synaptics.com>
Date2015-11-06 00:50 +0100
Subject[PATCH 17/26] Input: synaptics-rmi4: Remove unused firmware_name variable
Message-ID<qrCs2-5az-25@gated-at.bofh.it>
Firmware update is not currently supported in the current state of
this driver. We can add it back if we need it when implementing
firmware update.

Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
---
 include/linux/rmi.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/linux/rmi.h b/include/linux/rmi.h
index 9a0152c..fef482a 100644
--- a/include/linux/rmi.h
+++ b/include/linux/rmi.h
@@ -276,10 +276,6 @@ struct rmi_device_platform_data {
 
 	bool unified_input;
 
-#ifdef CONFIG_RMI4_FWLIB
-	char *firmware_name;
-#endif
-
 #ifdef	CONFIG_PM
 	void *pm_data;
 	int (*pre_suspend) (const void *pm_data);
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1265644

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-11-09 14:20 +0100
Message-ID<qsUwy-6TG-13@gated-at.bofh.it>
In reply to#1263623
On Fri, Nov 6, 2015 at 12:41 AM, Andrew Duggan <aduggan@synaptics.com> wrote:

> Firmware update is not currently supported in the current state of
> this driver. We can add it back if we need it when implementing
> firmware update.
>
> Signed-off-by: Andrew Duggan <aduggan@synaptics.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Squash into core.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web