From patchwork Tue Nov 15 08:34:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "\(Exiting\) Baolin Wang" X-Patchwork-Id: 82276 Delivered-To: patch@linaro.org Received: by 10.140.97.165 with SMTP id m34csp1413596qge; Tue, 15 Nov 2016 00:34:21 -0800 (PST) X-Received: by 10.99.150.10 with SMTP id c10mr36134628pge.46.1479198861403; Tue, 15 Nov 2016 00:34:21 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k72si25610138pge.102.2016.11.15.00.34.21; Tue, 15 Nov 2016 00:34:21 -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; dkim=neutral (body hash did not verify) header.i=@linaro.org; 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; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935408AbcKOIeT (ORCPT + 4 others); Tue, 15 Nov 2016 03:34:19 -0500 Received: from mail-pg0-f45.google.com ([74.125.83.45]:35456 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752242AbcKOIeS (ORCPT ); Tue, 15 Nov 2016 03:34:18 -0500 Received: by mail-pg0-f45.google.com with SMTP id p66so64396637pga.2 for ; Tue, 15 Nov 2016 00:34:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=sLBk7/nn/1yqSPxwnkUN1P07/Wa+S4FcAcnGNUnOULI=; b=MqMkIqdxdHIIIdVE2PTm8tf42krZKr26LaRiVkOZMCkQqqOk/XTy5BNFlYOiHoTC2Q XrKdyxynN1uBK0/NCTzgRF2F3q3CCb5tF0LeEvv39AsOaXMK+J9u2A1DYLHcGIrlvMRa Zm4420y0wzqtc39ssm8KOkrwvmgxOkzrOYoro= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=sLBk7/nn/1yqSPxwnkUN1P07/Wa+S4FcAcnGNUnOULI=; b=Kz/dm7ke+sehayV4D6+3IHemQhICzvSl16P/lIK8fKK2sNj77NINV2wxJjG08sL8Tu t8MxALLa3eMaj77dv/yOyOO09zGvS1phSsrjgKqEvKDRbujyud8n5xyZq/LkzfmuGNtC GnfZvTy+whprkEg98rqBQiqjy9AHPTLifKVVwoSFq0kiOyEhvOsc+fh7vhEhwu7GvMuS EFV3AoWQCwaDmrMWwUpGyZ4yuGMigLCjIhAOhOrIRoGzKgHw68Ir09xWOW2DlJOxKtYq EXFWYnCrjsIOFxED2WTvkDRfPflcMUY+ClD5DXd7qvrSuAg11qDBZggoU9TaIqZm2COd fNIQ== X-Gm-Message-State: ABUngvecXxhJAhsUnZXuCWAyhTjZi1K/6CiPcSpd/5mmzR24Uq8IvGQIQVpN0yl0NsKN+D+n X-Received: by 10.98.192.21 with SMTP id x21mr44216657pff.94.1479198857828; Tue, 15 Nov 2016 00:34:17 -0800 (PST) Received: from baolinwangubtpc.spreadtrum.com ([175.111.195.49]) by smtp.gmail.com with ESMTPSA id d1sm40741660pfb.76.2016.11.15.00.34.14 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 15 Nov 2016 00:34:17 -0800 (PST) From: Baolin Wang To: mathias.nyman@intel.com, gregkh@linuxfoundation.org Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, broonie@kernel.org, baolin.wang@linaro.org Subject: [PATCH] usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure Date: Tue, 15 Nov 2016 16:34:01 +0800 Message-Id: X-Mailer: git-send-email 1.7.9.5 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Since the 'addr_64' variable as legacy is unused now, then remove it from xhci_hcd structure. Signed-off-by: Baolin Wang --- drivers/usb/host/xhci.h | 1 - 1 file changed, 1 deletion(-) -- 1.7.9.5 -- 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 3e5922d..9dbaacf 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1547,7 +1547,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 */