diff mbox

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

Message ID 1446766888-30987-1-git-send-email-aduggan@synaptics.com (mailing list archive)
State Superseded
Headers show

Commit Message

Andrew Duggan Nov. 5, 2015, 11:41 p.m. UTC
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(-)

Comments

Linus Walleij Nov. 9, 2015, 1:14 p.m. UTC | #1
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-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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);