From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933685AbbCRN5P (ORCPT ); Wed, 18 Mar 2015 09:57:15 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:54405 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755814AbbCRN4l (ORCPT ); Wed, 18 Mar 2015 09:56:41 -0400 From: Roger Quadros To: , , CC: , , , , , , , Roger Quadros Subject: [RFC][PATCH 8/9] usb: otg-fsm: Remove unused members in struct otg_fsm Date: Wed, 18 Mar 2015 15:56:02 +0200 Message-ID: <1426686963-11613-9-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426686963-11613-1-git-send-email-rogerq@ti.com> References: <1426686963-11613-1-git-send-email-rogerq@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These members are not used anywhere so remove them. Signed-off-by: Roger Quadros --- include/linux/usb/otg-fsm.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/linux/usb/otg-fsm.h b/include/linux/usb/otg-fsm.h index b6ba1bf..176c4fc 100644 --- a/include/linux/usb/otg-fsm.h +++ b/include/linux/usb/otg-fsm.h @@ -95,11 +95,6 @@ struct otg_fsm { int b_hnp_enable; int a_clr_err; - /* Informative variables */ - int a_bus_drop_inf; - int a_bus_req_inf; - int a_clr_err_inf; - int b_bus_req_inf; /* Auxilary informative variables */ int a_suspend_req_inf; -- 2.1.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: [RFC][PATCH 8/9] usb: otg-fsm: Remove unused members in struct otg_fsm Date: Wed, 18 Mar 2015 15:56:02 +0200 Message-ID: <1426686963-11613-9-git-send-email-rogerq@ti.com> References: <1426686963-11613-1-git-send-email-rogerq@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1426686963-11613-1-git-send-email-rogerq@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: gregkh@linuxfoundation.org, balbi@ti.com, stern@rowland.harvard.edu Cc: dan.j.williams@intel.com, peter.chen@freescale.com, jun.li@freescale.com, mathias.nyman@linux.intel.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Roger Quadros List-Id: linux-omap@vger.kernel.org These members are not used anywhere so remove them. Signed-off-by: Roger Quadros --- include/linux/usb/otg-fsm.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/linux/usb/otg-fsm.h b/include/linux/usb/otg-fsm.h index b6ba1bf..176c4fc 100644 --- a/include/linux/usb/otg-fsm.h +++ b/include/linux/usb/otg-fsm.h @@ -95,11 +95,6 @@ struct otg_fsm { int b_hnp_enable; int a_clr_err; - /* Informative variables */ - int a_bus_drop_inf; - int a_bus_req_inf; - int a_clr_err_inf; - int b_bus_req_inf; /* Auxilary informative variables */ int a_suspend_req_inf; -- 2.1.0