From patchwork Mon Jan 23 12:19:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathias Nyman X-Patchwork-Id: 92210 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1197709qgi; Mon, 23 Jan 2017 04:19:23 -0800 (PST) X-Received: by 10.99.171.5 with SMTP id p5mr32033236pgf.182.1485173963722; Mon, 23 Jan 2017 04:19:23 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 31si15505544plj.195.2017.01.23.04.19.23; Mon, 23 Jan 2017 04:19:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-usb-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-usb-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-usb-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751156AbdAWMTV (ORCPT + 4 others); Mon, 23 Jan 2017 07:19:21 -0500 Received: from mga02.intel.com ([134.134.136.20]:45931 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086AbdAWMTV (ORCPT ); Mon, 23 Jan 2017 07:19:21 -0500 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 23 Jan 2017 04:19:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,274,1477983600"; d="scan'208";a="812225737" Received: from mattu-haswell.fi.intel.com ([10.237.72.164]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jan 2017 04:19:14 -0800 From: Mathias Nyman To: Cc: , Baolin Wang , Mathias Nyman Subject: [PATCH v2 06/37] usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure Date: Mon, 23 Jan 2017 14:19:56 +0200 Message-Id: <1485174027-2397-7-git-send-email-mathias.nyman@linux.intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1485174027-2397-1-git-send-email-mathias.nyman@linux.intel.com> References: <1485174027-2397-1-git-send-email-mathias.nyman@linux.intel.com> Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org From: Baolin Wang Since the 'addr_64' variable as legacy is unused now, then remove it from xhci_hcd structure. Signed-off-by: Baolin Wang Signed-off-by: Mathias Nyman --- drivers/usb/host/xhci.h | 1 - 1 file changed, 1 deletion(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index cdf8c03..5bf9df2 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1548,7 +1548,6 @@ struct xhci_hcd { u8 max_ports; u8 isoc_threshold; int event_ring_max; - int addr_64; /* 4KB min, 128MB max */ int page_size; /* Valid values are 12 to 20, inclusive */