From patchwork Fri Jun 22 04:12:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 166493 X-Patchwork-Delegate: hs@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 24CD9B6FA1 for ; Fri, 22 Jun 2012 14:33:31 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 623CF280E9; Fri, 22 Jun 2012 06:33:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ANg-HYnvN0pS; Fri, 22 Jun 2012 06:33:19 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D1418280CC; Fri, 22 Jun 2012 06:33:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DBAD8280A5 for ; Fri, 22 Jun 2012 06:33:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id haEj0qqZ5biX for ; Fri, 22 Jun 2012 06:33:00 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by theia.denx.de (Postfix) with ESMTPS id 8B3BF280BF for ; Fri, 22 Jun 2012 06:32:58 +0200 (CEST) Received: by mail-pz0-f44.google.com with SMTP id x6so1746181dac.3 for ; Thu, 21 Jun 2012 21:32:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=D/qsQ2YgqBp5Cm54M+gcUJoPKmKuY4WmPK0Vq//vdBk=; b=cACqUH+STiyQW+VC40wnE/+1i1OArToAhMjCNt/3TRF81LClfiS/amHKFg9b6wQyU2 uao0fbIKPIJ+rR5+UPBo8geI0tmmtofTJ4Y3Y1iL8PzqBa/zfbAQS8Eja9D1BZMMb0aG fpJ1Q8sGiQO0OZ0CwodlB2o6RjubsKCw2n9q+L/NuiDV9oQUVbXpdE0xC/n9x4Enxhit hjjhdvDzF1+Zj+v78XoUXtz+Kof585tswdZlv3dY69zSY/yYiz+04YLmWqgarUM9BNCU C65/8p6MnbPruWYJfdT5owt+YB7IN1ni3c1F34P5hPqemkK8YJVjIIxtLnZjftuK/fqX DYpg== Received: by 10.68.193.226 with SMTP id hr2mr4929076pbc.155.1340339577879; Thu, 21 Jun 2012 21:32:57 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPS id b10sm37724087pbr.46.2012.06.21.21.32.56 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Jun 2012 21:32:57 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.76) (envelope-from ) id 1ShvEM-000338-Rr; Thu, 21 Jun 2012 21:12:22 -0700 From: Troy Kisky To: hs@denx.de, sbabic@denx.de Date: Thu, 21 Jun 2012 21:12:14 -0700 Message-Id: <1340338339-11626-19-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1340338339-11626-1-git-send-email-troy.kisky@boundarydevices.com> References: <1340338339-11626-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQlTietf0kHuWgeCvmbCKqHNF8txOcHsa7z5Fgf/oXOHy7W25TAf+ZcRoETD7yDZC1Mcf36F Cc: u-boot@lists.denx.de, r49496@freescale.com, jason.hui@linaro.org Subject: [U-Boot] [PATCH 19/24] iomux-v3: remove include of mx6x_pins.h X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This include is not needed. Signed-off-by: Troy Kisky --- arch/arm/cpu/armv7/mx6/iomux-v3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/armv7/mx6/iomux-v3.c b/arch/arm/cpu/armv7/mx6/iomux-v3.c index 8785532..a0c4b15 100644 --- a/arch/arm/cpu/armv7/mx6/iomux-v3.c +++ b/arch/arm/cpu/armv7/mx6/iomux-v3.c @@ -23,7 +23,6 @@ #include #include #include -#include #include static void *base = (void *)IOMUXC_BASE_ADDR;