From patchwork Tue Mar 22 07:38:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 600470 X-Patchwork-Delegate: jagannadh.teki@gmail.com 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 3qTlK46tfzz9s5Q for ; Tue, 22 Mar 2016 18:52:08 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C79A6A77A0; Tue, 22 Mar 2016 08:46:05 +0100 (CET) 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 HQi1kUB-JqTU; Tue, 22 Mar 2016 08:46:05 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4B2DFB37DE; Tue, 22 Mar 2016 08:45:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C93F0A770F for ; Tue, 22 Mar 2016 08:44:29 +0100 (CET) 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 wnxjxlZY2V2a for ; Tue, 22 Mar 2016 08:44:29 +0100 (CET) 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-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by theia.denx.de (Postfix) with ESMTPS id 72081A783B for ; Tue, 22 Mar 2016 08:43:55 +0100 (CET) Received: by mail-pf0-f193.google.com with SMTP id n5so34266963pfn.1 for ; Tue, 22 Mar 2016 00:43:55 -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:in-reply-to :references; bh=DTHl9H9GR4AY82BSvRvU6nV8f7Bxdnp0zEzsNxG4fP4=; b=KUbSApSWqrJXiERLt3c32BRLFgnx1Lx3E4TUX+xMv/+MJT0HvqzJE8UOVGO+FGaIqE TpVone8d3VqSnkpZq7GW/uXBTHryADiQI2aSyldCeXfH3kgEwFxVq0I84cDD+SAr4WiV bArUCJLqDJcxMYxJVNDHlT/SFCYHFLJdnOF5jrT/t0Dyt5I7FP2/EpbBRyL2srp6pLYd xyVuESBrgwk18ExVG9dumFqB08CFvfcjlDUE21Bl7tPvtMI70dUUMUKuJJ0bcwFLCNBh lH38ejzZOwKzFs+jStmFItlv+93q/2j2pjdH1IfXUWsYnA3FBmYU7cv3i86g8joSAgCy RU3A== X-Gm-Message-State: AD7BkJJH5SjahuXNsOL6NawP4Y/N2LS3uii4NfRDvgdjOtmqLgocmXB0M9LphujlUeBLWg== X-Received: by 10.67.21.144 with SMTP id hk16mr44573180pad.96.1458632634155; Tue, 22 Mar 2016 00:43:54 -0700 (PDT) Received: from jteki-Latitude-E7450.amcc.com ([182.73.239.130]) by smtp.gmail.com with ESMTPSA id ko9sm45814957pab.37.2016.03.22.00.43.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 22 Mar 2016 00:43:53 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Tue, 22 Mar 2016 13:08:17 +0530 Message-Id: <1458632319-24866-65-git-send-email-jteki@openedev.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1458632319-24866-1-git-send-email-jteki@openedev.com> References: <1458632319-24866-1-git-send-email-jteki@openedev.com> Cc: Jagan Teki , Oleksandr G Zhadan , York Sun Subject: [U-Boot] [PATCH v7 65/87] powerpc/mpc85xx: Use spi.h instead of spi_flash.h X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" For spi_set_speed this patch unnecessarily using spi_flash.h instead of spi.h "powerpc/mpc85xx: Add board support for ucp1020" (sha1: 8b0044ff5942943eaa49935f49d5006b346a60f8) So, fix this by using spi.h instead of spi_flash.h Cc: York Sun Cc: Oleksandr G Zhadan Cc: Michael Durrant Signed-off-by: Jagan Teki --- board/Arcturus/ucp1020/ucp1020.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/Arcturus/ucp1020/ucp1020.c b/board/Arcturus/ucp1020/ucp1020.c index 0fc2bac..452d221 100644 --- a/board/Arcturus/ucp1020/ucp1020.c +++ b/board/Arcturus/ucp1020/ucp1020.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include