From patchwork Wed Jul 17 17:10:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Soren Brinkmann X-Patchwork-Id: 2828894 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5A496C0AB2 for ; Wed, 17 Jul 2013 17:11:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B39FE2027E for ; Wed, 17 Jul 2013 17:11:47 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 88D152025A for ; Wed, 17 Jul 2013 17:11:46 +0000 (UTC) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UzVG6-0005Nr-ML; Wed, 17 Jul 2013 17:11:22 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UzVG0-0002fQ-FA; Wed, 17 Jul 2013 17:11:16 +0000 Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UzVFm-0002cI-N2 for linux-arm-kernel@lists.infradead.org; Wed, 17 Jul 2013 17:11:03 +0000 Received: by mail-pb0-f47.google.com with SMTP id rr13so2128899pbb.34 for ; Wed, 17 Jul 2013 10:10:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=wwqpR4/nwLx3VdqO8N/nnbc8BImYkl7347Sr5nVeT5Q=; b=gB8M+JzK4a8+xTdgNI/W3NeuOVo/LRjhTVy5VgMlJPjcx/ANm2NlBsSIuWx895ZkzR nfmyza14nyag6YYHve5DH87Re0zDZDw6sn1gi3IhGyrJXOLB5I81nJNGRX33rQA5KhVb oeu/hhySW10ht+KaQ/xOk/QKS2yA9lTTyj83C8Wk5b1RnCrWssPQHhmCa41+nCFayPwQ QGdn86iIiVCkCVBqxrWfqrvUY7Sh1GWSz+KS1x+7H+HxToD13tq9Epg4B0LCUfwabDkE pNLFsVhnVgMFW2bhABSK4e/HpY1qv0fTWWZEj+vMrDh+YgUsPH8r9WUM3gpUAAaxXWhu VwWQ== X-Received: by 10.66.155.102 with SMTP id vv6mr9016833pab.60.1374081041090; Wed, 17 Jul 2013 10:10:41 -0700 (PDT) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPSA id zv11sm11606536pab.3.2013.07.17.10.10.39 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 17 Jul 2013 10:10:40 -0700 (PDT) From: Soren Brinkmann To: Michal Simek , Russell King Subject: [PATCH 1/3] arm: zynq: slcr: Remove redundant header #includes Date: Wed, 17 Jul 2013 10:10:13 -0700 Message-Id: <1374081015-31431-2-git-send-email-soren.brinkmann@xilinx.com> X-Mailer: git-send-email 1.8.3.3 In-Reply-To: <1374081015-31431-1-git-send-email-soren.brinkmann@xilinx.com> References: <1374081015-31431-1-git-send-email-soren.brinkmann@xilinx.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130717_131102_880188_A9C789E6 X-CRM114-Status: UNSURE ( 6.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Soren Brinkmann , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Soren Brinkmann --- arch/arm/mach-zynq/slcr.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/arch/arm/mach-zynq/slcr.c b/arch/arm/mach-zynq/slcr.c index 50d008d..232c275 100644 --- a/arch/arm/mach-zynq/slcr.c +++ b/arch/arm/mach-zynq/slcr.c @@ -14,18 +14,8 @@ * 02139, USA. */ -#include #include -#include -#include -#include -#include -#include #include -#include -#include -#include -#include #include #include "common.h"