From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753510AbcHPK4G (ORCPT ); Tue, 16 Aug 2016 06:56:06 -0400 Received: from mga01.intel.com ([192.55.52.88]:40398 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753391AbcHPK4D (ORCPT ); Tue, 16 Aug 2016 06:56:03 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,529,1464678000"; d="scan'208";a="1041980964" Date: Tue, 16 Aug 2016 13:55:59 +0300 From: Heikki Krogerus To: Tal Shorer Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, balbi@kernel.org Subject: Re: [PATCH v2 06/10] usb: ulpi: remove old api callbacks from struct ulpi_ops Message-ID: <20160816105559.GD9927@kuha.fi.intel.com> References: <1470075358-19792-1-git-send-email-tal.shorer@gmail.com> <1470075358-19792-7-git-send-email-tal.shorer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470075358-19792-7-git-send-email-tal.shorer@gmail.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 01, 2016 at 09:15:54PM +0300, Tal Shorer wrote: > The old api callbacks, read() and write(), are not referenced anywhere. > Remove them. > > Signed-off-by: Tal Shorer > --- > include/linux/ulpi/interface.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/linux/ulpi/interface.h b/include/linux/ulpi/interface.h > index d8189d0..71f3c99 100644 > --- a/include/linux/ulpi/interface.h > +++ b/include/linux/ulpi/interface.h > @@ -13,8 +13,6 @@ struct ulpi; > */ > struct ulpi_ops { > struct device *dev; > - int (*read)(struct ulpi_ops *ops, u8 addr); > - int (*write)(struct ulpi_ops *ops, u8 addr, u8 val); > int (*read_dev)(struct device *dev, u8 addr); > int (*write_dev)(struct device *dev, u8 addr, u8 val); > }; > -- > 2.7.4 Squash patches 5-6 into one patch. Thanks, -- heikki