From patchwork Mon Jul 7 12:06:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 367502 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 31968140081 for ; Mon, 7 Jul 2014 22:06:45 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752563AbaGGMGo (ORCPT ); Mon, 7 Jul 2014 08:06:44 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:59629 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752546AbaGGMGn (ORCPT ); Mon, 7 Jul 2014 08:06:43 -0400 Received: by mail-wg0-f47.google.com with SMTP id l18so1557893wgh.6 for ; Mon, 07 Jul 2014 05:06:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=raVhqgJVftAiyUOwDH3yVy0tKTsJSEWpUwr9fkrh2oI=; b=Qc9z3eta2VUUCmNSwB3JIA4Qf2Q4ZVVm26QrlLN7kFT1fxRI7yyjEd1mkX9I4T9aL0 JzDhvrK1+dgp1OgmyEu7FOrG2hzJF2fptbd4UvOrMSjO6IpXArA7gwg4mMxrUoEwZXGt +m8+LqaG4BmMrD4kHl4BYJ4H5+6oUI8B5IbHtpUdr+Yiu1XUO8QsJhcNFjLO1BcDPCpm ICO+qtsy3djxJAdG6bzgw/XYqBLlBJQ/O9NCHeX50TrPdkDrDEGxy3CMww8szF5MLDpJ GIWqTiUYSwUPhW0SHTKrMnLiudMWAaM2rtgk6P6+y6zJk/d9ZDZpTW4dvlwdiveHpmY9 i+zg== X-Received: by 10.180.93.196 with SMTP id cw4mr74533574wib.69.1404734797965; Mon, 07 Jul 2014 05:06:37 -0700 (PDT) Received: from localhost (port-12246.pppoe.wtnet.de. [84.46.48.6]) by mx.google.com with ESMTPSA id s3sm89023858wje.36.2014.07.07.05.06.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Jul 2014 05:06:37 -0700 (PDT) From: Thierry Reding To: Felipe Balbi , Greg Kroah-Hartman Cc: Stephen Warren , linux-usb@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCH] usb: phy: tegra: Do not include asm/mach-types.h Date: Mon, 7 Jul 2014 14:06:35 +0200 Message-Id: <1404734795-14796-1-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 2.0.1 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org From: Thierry Reding It is no longer needed and keeping it will break 64-bit ARM builds. Signed-off-by: Thierry Reding --- drivers/usb/phy/phy-tegra-usb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/phy/phy-tegra-usb.c b/drivers/usb/phy/phy-tegra-usb.c index cd36cb43ecc0..cd9d25e804b2 100644 --- a/drivers/usb/phy/phy-tegra-usb.c +++ b/drivers/usb/phy/phy-tegra-usb.c @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include