From patchwork Mon Oct 12 15:00:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 529138 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 61B091402B2 for ; Tue, 13 Oct 2015 02:02:06 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3051C4B8AE; Mon, 12 Oct 2015 17:02:03 +0200 (CEST) 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 ilZSXCVzSFpO; Mon, 12 Oct 2015 17:02:03 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 750344B89D; Mon, 12 Oct 2015 17:02:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F35CF4B896 for ; Mon, 12 Oct 2015 17:01:58 +0200 (CEST) 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 DBVslH79bM9q for ; Mon, 12 Oct 2015 17:01:58 +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-pa0-f66.google.com (mail-pa0-f66.google.com [209.85.220.66]) by theia.denx.de (Postfix) with ESMTPS id 4BC754B89D for ; Mon, 12 Oct 2015 17:01:50 +0200 (CEST) Received: by padew5 with SMTP id ew5so19257135pad.0 for ; Mon, 12 Oct 2015 08:01:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=9JWtxdQiMuJdRo+b7YM1tVDdE/u2OuMbEkLet1mRPBE=; b=HJodRUhJhcgy6gAEJRFw+eE2HzriChkXydlg9hPGZc2CpOd3woW8U9T7oKA5bjVKlS x1R6AI4ZNM0g9H8iCyZOsO8AsAz7UpDK8a+n7vs1xYuMWpd4OGat8hiAJltf0Gj6ni8D lftG88NRuvY+XG4Dq1gLiHSt/TEQZ6fLx+wExHL4YrWrEUmafls8tmOIFtuS2nRwSTNG GYhkskayqWU+cwLN2hkos6QZwbFBRIyiv2OE8ca5gNG48KNNtq3CYWx0QPDIYL2nbkjg 26gbsZCM/qlFdHauX0GzjoXJcmTbLsKLY7LImbPbZjCDWKCdIYXulCm5y7goLXK9ue+G JzHw== X-Received: by 10.68.213.164 with SMTP id nt4mr34963637pbc.100.1444662109324; Mon, 12 Oct 2015 08:01:49 -0700 (PDT) Received: from Jubuntu.amcc.com ([182.73.239.130]) by smtp.gmail.com with ESMTPSA id qy5sm18924909pbb.16.2015.10.12.08.01.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 12 Oct 2015 08:01:47 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Mon, 12 Oct 2015 20:30:54 +0530 Message-Id: <1444662074-2424-2-git-send-email-jteki@openedev.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1444662074-2424-1-git-send-email-jteki@openedev.com> References: <1444662074-2424-1-git-send-email-jteki@openedev.com> Cc: fabio.estevam@freescale.com, Marek Vasut , qiwang@micron.com, Tom Rini , Michal Simek , Siva Durga Prasad Paladugu , frankliu@micron.com, Jagan Teki Subject: [U-Boot] [PATCH v4 01/21] spi: zynq_spi: Remove unneeded headers 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" - Removed unneeded inclusion of header files - Add "Xilinx" on license text Signed-off-by: Jagan Teki Cc: Michal Simek Cc: Siva Durga Prasad Paladugu --- Changes for v4, v3, v2: - none drivers/spi/zynq_spi.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/spi/zynq_spi.c b/drivers/spi/zynq_spi.c index 65a9633..33a13bf 100644 --- a/drivers/spi/zynq_spi.c +++ b/drivers/spi/zynq_spi.c @@ -1,5 +1,5 @@ /* - * (C) Copyright 2013 Inc. + * (C) Copyright 2013 Xilinx, Inc. * (C) Copyright 2015 Jagan Teki * * Xilinx Zynq PS SPI controller driver (master mode only) @@ -7,15 +7,11 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include #include #include -#include #include #include -#include #include -#include DECLARE_GLOBAL_DATA_PTR;