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


Groups > linux.kernel > #1263623

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

From Andrew Duggan <aduggan@synaptics.com>
Newsgroups linux.kernel
Subject [PATCH 17/26] Input: synaptics-rmi4: Remove unused firmware_name variable
Date 2015-11-06 00:50 +0100
Message-ID <qrCs2-5az-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web