From patchwork Fri Jan 20 14:46:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathias Nyman X-Patchwork-Id: 92089 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp51279qgi; Fri, 20 Jan 2017 06:47:50 -0800 (PST) X-Received: by 10.84.214.16 with SMTP id h16mr22317305pli.11.1484923670741; Fri, 20 Jan 2017 06:47:50 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u24si7020366pfg.253.2017.01.20.06.47.28; Fri, 20 Jan 2017 06:47:50 -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 S1752373AbdATOr0 (ORCPT + 4 others); Fri, 20 Jan 2017 09:47:26 -0500 Received: from mga01.intel.com ([192.55.52.88]:17676 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752541AbdATOqJ (ORCPT ); Fri, 20 Jan 2017 09:46:09 -0500 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 20 Jan 2017 06:46:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,258,1477983600"; d="scan'208";a="33206635" Received: from mattu-haswell.fi.intel.com ([10.237.72.164]) by orsmga002.jf.intel.com with ESMTP; 20 Jan 2017 06:46:04 -0800 From: Mathias Nyman To: Cc: , Baolin Wang , Mathias Nyman Subject: [PATCH 06/37] usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure Date: Fri, 20 Jan 2017 16:46:41 +0200 Message-Id: <1484923632-15006-7-git-send-email-mathias.nyman@linux.intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1484923632-15006-1-git-send-email-mathias.nyman@linux.intel.com> References: <1484923632-15006-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 */