Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751571AbaBMTLv (ORCPT ); Thu, 13 Feb 2014 14:11:51 -0500 Received: from us-mx2.synaptics.com ([192.147.44.131]:55511 "EHLO us-mx2.synaptics.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbaBMTLt (ORCPT ); Thu, 13 Feb 2014 14:11:49 -0500 X-PGP-Universal: processed; by securemail.synaptics.com on Thu, 13 Feb 2014 10:59:09 -0800 Message-ID: <52FD18F3.6010707@synaptics.com> Date: Thu, 13 Feb 2014 11:11:47 -0800 From: Christopher Heiny Organization: Synaptics, Inc User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Dmitry Torokhov CC: Andrew Duggan , Vincent Huang , Vivian Ly , Daniel Rosenberg , Linus Walleij , Benjamin Tissoires , Courtney Cavin , Linux Input , Linux Kernel Subject: Re: [PATCH 02/11] Input: synaptics-rmi4 - remove unused rmi_f01_remove() References: <1392269277-16391-1-git-send-email-dmitry.torokhov@gmail.com> <1392269277-16391-2-git-send-email-dmitry.torokhov@gmail.com> In-Reply-To: <1392269277-16391-2-git-send-email-dmitry.torokhov@gmail.com> X-Originating-IP: [10.3.20.103] X-Brightmail-Tracker: AAAAAQAAAWE= Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/12/2014 09:27 PM, Dmitry Torokhov wrote: > It is an empty stub and is not needed. > > Signed-off-by: Dmitry Torokhov Signed-off-by: Christopher Heiny > --- > drivers/input/rmi4/rmi_f01.c | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/input/rmi4/rmi_f01.c b/drivers/input/rmi4/rmi_f01.c > index 92b90d1..897d8ac 100644 > --- a/drivers/input/rmi4/rmi_f01.c > +++ b/drivers/input/rmi4/rmi_f01.c > @@ -451,11 +451,6 @@ static int rmi_f01_probe(struct rmi_function *fn) > return 0; > } > > -static void rmi_f01_remove(struct rmi_function *fn) > -{ > - /* Placeholder for now. */ > -} > - > #ifdef CONFIG_PM_SLEEP > static int rmi_f01_suspend(struct device *dev) > { > @@ -554,7 +549,6 @@ static struct rmi_function_handler rmi_f01_handler = { > }, > .func = 0x01, > .probe = rmi_f01_probe, > - .remove = rmi_f01_remove, > .config = rmi_f01_config, > .attention = rmi_f01_attention, > }; > -- Christopher Heiny Senior Staff Firmware Engineer Synaptics Incorporated -- 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/