Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941351AbcKOIeU (ORCPT ); Tue, 15 Nov 2016 03:34:20 -0500 Received: from mail-pf0-f178.google.com ([209.85.192.178]:34182 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752934AbcKOIeS (ORCPT ); Tue, 15 Nov 2016 03:34:18 -0500 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-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 590 Lines: 22 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(-) 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 */ -- 1.7.9.5