From patchwork Thu Apr 3 05:11:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 336516 X-Patchwork-Delegate: sbabic@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 73E58140141 for ; Thu, 3 Apr 2014 16:40:04 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 91D284BB68; Thu, 3 Apr 2014 07:40:02 +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 PNsjh+WLq-8i; Thu, 3 Apr 2014 07:40:02 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8B9C74BB75; Thu, 3 Apr 2014 07:39:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A6D4D4BB75 for ; Thu, 3 Apr 2014 07:39:56 +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 TbWgEWDSOkud for ; Thu, 3 Apr 2014 07:39:53 +0200 (CEST) X-Greylist: delayed 1714 seconds by postgrey-1.27 at theia; Thu, 03 Apr 2014 07:39:49 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-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by theia.denx.de (Postfix) with ESMTPS id 411074BB68 for ; Thu, 3 Apr 2014 07:39:49 +0200 (CEST) Received: by mail-pa0-f42.google.com with SMTP id fb1so1310151pad.29 for ; Wed, 02 Apr 2014 22:39:46 -0700 (PDT) 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=ZGJYTBKHxVwz/WrWprzvAnqdJUMya1q+8TXBiRAqJjM=; b=cTdZF7YOqRbblzvcKsLHync2EGu4EzZNXeZhK3ygX+gTEw4o2DFJHoZ5W5bvJI8cBe +HFAH9KzzvB2J/NHgltvlxjXi3OK4AuD95cqunPS0C4aXpKdLhunHAVSjqy5aZVbLC3G HG+03CjyzpMbnnhkiWStTKyWMkuVVhDDf/TU7xBN7rWoPKiZxBd5zAkswu82sfTFgPa3 Mp2m60v0Ke9yObswt+VBBceLBAHnRQJgP0iTGLQtkdaBuhJ23LjjFx9AjpK+q4lK2wvG fhN07lePaJZndi1j55dQUu98bYARCQTJ5iusalMiIPVF+qf1uDCMlaF1rMZRhQOsQ+Ba ilDQ== X-Gm-Message-State: ALoCoQnOTD6g8vTkLDIXFHUHdJ3bkSnjV7JFMaoeiIUGIiIfP0jk3A27ZApWEpmZBZ9zm2JPKiHZ X-Received: by 10.66.189.226 with SMTP id gl2mr4715719pac.65.1396501872445; Wed, 02 Apr 2014 22:11:12 -0700 (PDT) Received: from tharvey-gw.gw (68-189-91-139.static.snlo.ca.charter.com. [68.189.91.139]) by mx.google.com with ESMTPSA id ss2sm19471878pab.8.2014.04.02.22.11.11 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Apr 2014 22:11:12 -0700 (PDT) From: Tim Harvey To: Stefano Babic Date: Wed, 2 Apr 2014 22:11:08 -0700 Message-Id: <1396501868-32656-1-git-send-email-tharvey@gateworks.com> X-Mailer: git-send-email 1.8.3.2 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] ventana: remove redundant include 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 Signed-off-by: Tim Harvey --- board/gateworks/gw_ventana/gw_ventana.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index c130e2c..2113740 100644 --- a/board/gateworks/gw_ventana/gw_ventana.c +++ b/board/gateworks/gw_ventana/gw_ventana.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include