From patchwork Fri Dec 18 14:18:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58707 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1061601lbb; Fri, 18 Dec 2015 06:28:54 -0800 (PST) X-Received: by 10.98.0.16 with SMTP id 16mr5639290pfa.5.1450448934692; Fri, 18 Dec 2015 06:28:54 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id fi15si984808pac.191.2015.12.18.06.28.54; Fri, 18 Dec 2015 06:28:54 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753932AbbLRO2x (ORCPT + 29 others); Fri, 18 Dec 2015 09:28:53 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:37390 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933126AbbLROTb (ORCPT ); Fri, 18 Dec 2015 09:19:31 -0500 Received: by mail-wm0-f49.google.com with SMTP id p187so66505259wmp.0 for ; Fri, 18 Dec 2015 06:19:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=9lsr4OeAwW1cKKUe6Szj99aXniHjOjHzGOgnAiIOFUk=; b=Q658JvtW9bdETm8kqFTJ/PywmSwmaBT+GW05IKy541nPMr6PlMd6P8RJ2ihLk4sZTx hFFm5xP1GC9PGNJ3HiHxZCQpL/JN9vMLQ7c9yvNnk6frAzPoevEdI+A0Ow+r/Q8XAPcK 4W/OcX1LxiGU63i3Ag+5deyZb1HXvCVmxm1ps= 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=9lsr4OeAwW1cKKUe6Szj99aXniHjOjHzGOgnAiIOFUk=; b=TnWYCbuyHIL7ySxjgr0UpFPcfXO/QUuDqdx9GVzOXlWQFCfAFpkN0SoRfRhJrtZv3y WwO9hS5SQeSsb4B4q5XS5ZSi6Ty9w7sBHDrFJNw3f1ehvImKmc8Qr81djasf05NWf8l+ FNYSpYiWe6Qh1PvIJL52kSk6rtNOWlO1wZ76SaE8Y43ugKYfvnzbGjLxVjUytJ690SqO 7vktjn/7yS/p2Bh2BisBVBiv18mDRljfv9tEmsTGhBR7V8AOhjxclj5taJrs4qAiFhpP owtrl/WQ+YhtXV9qVhBhRzHAl0nt8/hh5XrSU2zBMrGi+yjJeaMXJBUVN/GJ8ycCbIJw Pp4w== X-Gm-Message-State: ALoCoQlyWGuy7TCAkMPnTORsTk3pgN/yLzytKtotRd8/3ZBEdAPDVV5+e7QVx4E59AJgkAvfKheOsCJ/qfTvmlXjTdttwtBIsg== X-Received: by 10.194.184.104 with SMTP id et8mr4645352wjc.87.1450448370512; Fri, 18 Dec 2015 06:19:30 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:30 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mingo@kernel.org, Yoshinori Sato , uclinux-h8-devel@lists.sourceforge.jp (moderated list:H8/300 ARCHITECTURE) Subject: [PATCH 48/69] clocksource/drivers/h8300_timer16: Remove pointless headers Date: Fri, 18 Dec 2015 15:18:01 +0100 Message-Id: <1450448302-27429-48-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> References: <5672CB9E.7090707@linaro.org> <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The headers are not needed, remove them. Signed-off-by: Daniel Lezcano --- drivers/clocksource/h8300_timer16.c | 10 ---------- 1 file changed, 10 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ diff --git a/drivers/clocksource/h8300_timer16.c b/drivers/clocksource/h8300_timer16.c index cdf0d83..1c9dd02 100644 --- a/drivers/clocksource/h8300_timer16.c +++ b/drivers/clocksource/h8300_timer16.c @@ -4,25 +4,15 @@ * Copyright 2015 Yoshinori Sato */ -#include -#include -#include -#include -#include #include #include -#include #include -#include #include #include #include #include #include -#include -#include - #define TSTR 0 #define TSNC 1 #define TMDR 2