[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1446766888-30987-1-git-send-email-aduggan@synaptics.com>
Date: Thu, 5 Nov 2015 15:41:28 -0800
From: Andrew Duggan <aduggan@...aptics.com>
To: <linux-input@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: Andrew Duggan <aduggan@...aptics.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Linus Walleij <linus.walleij@...aro.org>,
Benjamin Tissoires <benjamin.tissoires@...il.com>,
Christopher Heiny <cheiny@...aptics.com>,
Stephen Chandler Paul <cpaul@...hat.com>
Subject: [PATCH 17/26] Input: synaptics-rmi4: Remove unused firmware_name variable
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@...aptics.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists